public static interface DescribePublicIpv4PoolsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribePublicIpv4PoolsRequest.Builder,DescribePublicIpv4PoolsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePublicIpv4PoolsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribePublicIpv4PoolsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
DescribePublicIpv4PoolsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribePublicIpv4PoolsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribePublicIpv4PoolsRequest.Builder |
poolIds(Collection<String> poolIds)
The IDs of the address pools.
|
DescribePublicIpv4PoolsRequest.Builder |
poolIds(String... poolIds)
The IDs of the address pools.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribePublicIpv4PoolsRequest.Builder poolIds(Collection<String> poolIds)
The IDs of the address pools.
poolIds - The IDs of the address pools.DescribePublicIpv4PoolsRequest.Builder poolIds(String... poolIds)
The IDs of the address pools.
poolIds - The IDs of the address pools.DescribePublicIpv4PoolsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribePublicIpv4PoolsRequest.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.DescribePublicIpv4PoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribePublicIpv4PoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.