public static interface GetAssociatedIpv6PoolCidrsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetAssociatedIpv6PoolCidrsRequest.Builder,GetAssociatedIpv6PoolCidrsRequest>
Modifier and Type | Method and Description |
---|---|
GetAssociatedIpv6PoolCidrsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetAssociatedIpv6PoolCidrsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetAssociatedIpv6PoolCidrsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAssociatedIpv6PoolCidrsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAssociatedIpv6PoolCidrsRequest.Builder |
poolId(String poolId)
The ID of the IPv6 address pool.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetAssociatedIpv6PoolCidrsRequest.Builder poolId(String poolId)
The ID of the IPv6 address pool.
poolId
- The ID of the IPv6 address pool.GetAssociatedIpv6PoolCidrsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.GetAssociatedIpv6PoolCidrsRequest.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.GetAssociatedIpv6PoolCidrsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetAssociatedIpv6PoolCidrsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.