Interface GetIpamPoolCidrsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIpamPoolCidrsResponse.Builder,
,GetIpamPoolCidrsResponse> Ec2Response.Builder
,SdkBuilder<GetIpamPoolCidrsResponse.Builder,
,GetIpamPoolCidrsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetIpamPoolCidrsResponse
public static interface GetIpamPoolCidrsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetIpamPoolCidrsResponse.Builder,GetIpamPoolCidrsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipamPoolCidrs
(Collection<IpamPoolCidr> ipamPoolCidrs) Information about the CIDRs provisioned to an IPAM pool.ipamPoolCidrs
(Consumer<IpamPoolCidr.Builder>... ipamPoolCidrs) Information about the CIDRs provisioned to an IPAM pool.ipamPoolCidrs
(IpamPoolCidr... ipamPoolCidrs) Information about the CIDRs provisioned to an IPAM pool.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ipamPoolCidrs
Information about the CIDRs provisioned to an IPAM pool.
- Parameters:
ipamPoolCidrs
- Information about the CIDRs provisioned to an IPAM pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPoolCidrs
Information about the CIDRs provisioned to an IPAM pool.
- Parameters:
ipamPoolCidrs
- Information about the CIDRs provisioned to an IPAM pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPoolCidrs
Information about the CIDRs provisioned to an IPAM pool.
This is a convenience method that creates an instance of theIpamPoolCidr.Builder
avoiding the need to create one manually viaIpamPoolCidr.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipamPoolCidrs(List<IpamPoolCidr>)
.- Parameters:
ipamPoolCidrs
- a consumer that will call methods onIpamPoolCidr.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-