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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of thePublicIpv4Pool.Builder avoiding the need to create one
manually via PublicIpv4Pool.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #publicIpv4Pools(List.
publicIpv4Pools - a consumer that will call methods on
PublicIpv4Pool.Builder#publicIpv4Pools(java.util.Collection) 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 © 2022. All rights reserved.