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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeIpv6PoolsResponse.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 theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #ipv6Pools(List)
.ipv6Pools
- a consumer that will call methods on List.Builder
#ipv6Pools(List)
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 © 2022. All rights reserved.