public static interface DescribeIpamPoolsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeIpamPoolsRequest.Builder,DescribeIpamPoolsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIpamPoolsRequest.Builder filters(Collection<Filter> filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters - One or more filters for the request. For more information about filtering, see Filtering CLI
output.DescribeIpamPoolsRequest.Builder filters(Filter... filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters - One or more filters for the request. For more information about filtering, see Filtering CLI
output.DescribeIpamPoolsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeIpamPoolsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the request.
maxResults - The maximum number of results to return in the request.DescribeIpamPoolsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeIpamPoolsRequest.Builder ipamPoolIds(Collection<String> ipamPoolIds)
The IDs of the IPAM pools you would like information on.
ipamPoolIds - The IDs of the IPAM pools you would like information on.DescribeIpamPoolsRequest.Builder ipamPoolIds(String... ipamPoolIds)
The IDs of the IPAM pools you would like information on.
ipamPoolIds - The IDs of the IPAM pools you would like information on.DescribeIpamPoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeIpamPoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.