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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIpamPoolCidrsResponse.BuilderipamPoolCidrs(Collection<IpamPoolCidr> ipamPoolCidrs)Information about the CIDRs provisioned to an IPAM pool.GetIpamPoolCidrsResponse.BuilderipamPoolCidrs(Consumer<IpamPoolCidr.Builder>... ipamPoolCidrs)Information about the CIDRs provisioned to an IPAM pool.GetIpamPoolCidrsResponse.BuilderipamPoolCidrs(IpamPoolCidr... ipamPoolCidrs)Information about the CIDRs provisioned to an IPAM pool.GetIpamPoolCidrsResponse.BuildernextToken(String nextToken)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 Detail
-
ipamPoolCidrs
GetIpamPoolCidrsResponse.Builder ipamPoolCidrs(Collection<IpamPoolCidr> 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
GetIpamPoolCidrsResponse.Builder ipamPoolCidrs(IpamPoolCidr... 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
GetIpamPoolCidrsResponse.Builder ipamPoolCidrs(Consumer<IpamPoolCidr.Builder>... ipamPoolCidrs)
Information about the CIDRs provisioned to an IPAM pool.
This is a convenience method that creates an instance of theIpamPoolCidr.Builderavoiding the need to create one manually viaIpamPoolCidr.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ipamPoolCidrs(List.) - 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:
#ipamPoolCidrs(java.util.Collection)
-
nextToken
GetIpamPoolCidrsResponse.Builder nextToken(String 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.
-
-