public static interface DescribeCoipPoolsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeCoipPoolsRequest.Builder,DescribeCoipPoolsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeCoipPoolsRequest.Builder |
filters(Collection<Filter> filters)
The filters.
|
DescribeCoipPoolsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters.
|
DescribeCoipPoolsRequest.Builder |
filters(Filter... filters)
The filters.
|
DescribeCoipPoolsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeCoipPoolsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
DescribeCoipPoolsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeCoipPoolsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeCoipPoolsRequest.Builder |
poolIds(Collection<String> poolIds)
The IDs of the address pools.
|
DescribeCoipPoolsRequest.Builder |
poolIds(String... poolIds)
The IDs of the address pools.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCoipPoolsRequest.Builder poolIds(Collection<String> poolIds)
The IDs of the address pools.
poolIds - The IDs of the address pools.DescribeCoipPoolsRequest.Builder poolIds(String... poolIds)
The IDs of the address pools.
poolIds - The IDs of the address pools.DescribeCoipPoolsRequest.Builder filters(Collection<Filter> filters)
The filters. The following are the possible values:
coip-pool.pool-id
coip-pool.local-gateway-route-table-id
filters - The filters. The following are the possible values:
coip-pool.pool-id
coip-pool.local-gateway-route-table-id
DescribeCoipPoolsRequest.Builder filters(Filter... filters)
The filters. The following are the possible values:
coip-pool.pool-id
coip-pool.local-gateway-route-table-id
filters - The filters. The following are the possible values:
coip-pool.pool-id
coip-pool.local-gateway-route-table-id
DescribeCoipPoolsRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters. The following are the possible values:
coip-pool.pool-id
coip-pool.local-gateway-route-table-id
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeCoipPoolsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.DescribeCoipPoolsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeCoipPoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeCoipPoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.