public static interface DescribeIpv6PoolsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIpv6PoolsResponse.Builder,DescribeIpv6PoolsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeIpv6PoolsResponse.Builder |
ipv6Pools(Collection<Ipv6Pool> ipv6Pools)
Information about the IPv6 address pools.
|
DescribeIpv6PoolsResponse.Builder |
ipv6Pools(Consumer<Ipv6Pool.Builder>... ipv6Pools)
Information about the IPv6 address pools.
|
DescribeIpv6PoolsResponse.Builder |
ipv6Pools(Ipv6Pool... ipv6Pools)
Information about the IPv6 address pools.
|
DescribeIpv6PoolsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIpv6PoolsResponse.Builder ipv6Pools(Collection<Ipv6Pool> ipv6Pools)
Information about the IPv6 address pools.
ipv6Pools - Information about the IPv6 address pools.DescribeIpv6PoolsResponse.Builder ipv6Pools(Ipv6Pool... ipv6Pools)
Information about the IPv6 address pools.
ipv6Pools - Information about the IPv6 address pools.DescribeIpv6PoolsResponse.Builder ipv6Pools(Consumer<Ipv6Pool.Builder>... ipv6Pools)
Information about the IPv6 address pools.
This is a convenience method that creates an instance of theIpv6Pool.Builder avoiding the need to create one manually
via Ipv6Pool.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #ipv6Pools(List.
ipv6Pools - a consumer that will call methods on
Ipv6Pool.Builder#ipv6Pools(java.util.Collection) DescribeIpv6PoolsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.