public static interface DescribeIpamPoolsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeIpamPoolsRequest.Builder,DescribeIpamPoolsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeIpamPoolsRequest.Builder |
dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
DescribeIpamPoolsRequest.Builder |
filters(Collection<Filter> filters)
One or more filters for the request.
|
DescribeIpamPoolsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
One or more filters for the request.
|
DescribeIpamPoolsRequest.Builder |
filters(Filter... filters)
One or more filters for the request.
|
DescribeIpamPoolsRequest.Builder |
ipamPoolIds(Collection<String> 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.
|
DescribeIpamPoolsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the request.
|
DescribeIpamPoolsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
DescribeIpamPoolsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeIpamPoolsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIpamPoolsRequest.Builder dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - A check for whether you have the required permissions for the action without actually making the
request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DescribeIpamPoolsRequest.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 © 2023. All rights reserved.