Interface DescribeIpamPoolsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeIpamPoolsResponse.Builder,,DescribeIpamPoolsResponse> Ec2Response.Builder,SdkBuilder<DescribeIpamPoolsResponse.Builder,,DescribeIpamPoolsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeIpamPoolsResponse
public static interface DescribeIpamPoolsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIpamPoolsResponse.Builder,DescribeIpamPoolsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipamPools(Collection<IpamPool> ipamPools) Information about the IPAM pools.ipamPools(Consumer<IpamPool.Builder>... ipamPools) Information about the IPAM pools.Information about the IPAM pools.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPools
Information about the IPAM pools.
- Parameters:
ipamPools- Information about the IPAM pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPools
Information about the IPAM pools.
- Parameters:
ipamPools- Information about the IPAM pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPools
Information about the IPAM pools.
This is a convenience method that creates an instance of theIpamPool.Builderavoiding the need to create one manually viaIpamPool.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipamPools(List<IpamPool>).- Parameters:
ipamPools- a consumer that will call methods onIpamPool.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-