public static interface DescribePublicIpv4PoolsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribePublicIpv4PoolsResponse.Builder,DescribePublicIpv4PoolsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePublicIpv4PoolsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribePublicIpv4PoolsResponse.Builder |
publicIpv4Pools(Collection<PublicIpv4Pool> publicIpv4Pools)
Information about the address pools.
|
DescribePublicIpv4PoolsResponse.Builder |
publicIpv4Pools(Consumer<PublicIpv4Pool.Builder>... publicIpv4Pools)
Information about the address pools.
|
DescribePublicIpv4PoolsResponse.Builder |
publicIpv4Pools(PublicIpv4Pool... publicIpv4Pools)
Information about the address pools.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribePublicIpv4PoolsResponse.Builder publicIpv4Pools(Collection<PublicIpv4Pool> publicIpv4Pools)
Information about the address pools.
publicIpv4Pools - Information about the address pools.DescribePublicIpv4PoolsResponse.Builder publicIpv4Pools(PublicIpv4Pool... publicIpv4Pools)
Information about the address pools.
publicIpv4Pools - Information about the address pools.DescribePublicIpv4PoolsResponse.Builder publicIpv4Pools(Consumer<PublicIpv4Pool.Builder>... publicIpv4Pools)
Information about the address pools.
This is a convenience 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 #publicIpv4Pools(List) .publicIpv4Pools - a consumer that will call methods on List.Builder #publicIpv4Pools(List) DescribePublicIpv4PoolsResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.