Interface GetIpamInternetRegistryAssociationCidrsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIpamInternetRegistryAssociationCidrsResponse.Builder,,GetIpamInternetRegistryAssociationCidrsResponse> Ec2Response.Builder,SdkBuilder<GetIpamInternetRegistryAssociationCidrsResponse.Builder,,GetIpamInternetRegistryAssociationCidrsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIpamInternetRegistryAssociationCidrsResponse
@Mutable
@NotThreadSafe
public static interface GetIpamInternetRegistryAssociationCidrsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetIpamInternetRegistryAssociationCidrsResponse.Builder,GetIpamInternetRegistryAssociationCidrsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipamInternetRegistryAssociationCidrs(Collection<IpamInternetRegistryAssociationCidr> ipamInternetRegistryAssociationCidrs) The CIDRs registered with the internet registry.ipamInternetRegistryAssociationCidrs(Consumer<IpamInternetRegistryAssociationCidr.Builder>... ipamInternetRegistryAssociationCidrs) The CIDRs registered with the internet registry.ipamInternetRegistryAssociationCidrs(IpamInternetRegistryAssociationCidr... ipamInternetRegistryAssociationCidrs) The CIDRs registered with the internet registry.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, sdkFieldNameToField, 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.
- Parameters:
nextToken- The token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamInternetRegistryAssociationCidrs
GetIpamInternetRegistryAssociationCidrsResponse.Builder ipamInternetRegistryAssociationCidrs(Collection<IpamInternetRegistryAssociationCidr> ipamInternetRegistryAssociationCidrs) The CIDRs registered with the internet registry.
- Parameters:
ipamInternetRegistryAssociationCidrs- The CIDRs registered with the internet registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamInternetRegistryAssociationCidrs
GetIpamInternetRegistryAssociationCidrsResponse.Builder ipamInternetRegistryAssociationCidrs(IpamInternetRegistryAssociationCidr... ipamInternetRegistryAssociationCidrs) The CIDRs registered with the internet registry.
- Parameters:
ipamInternetRegistryAssociationCidrs- The CIDRs registered with the internet registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamInternetRegistryAssociationCidrs
GetIpamInternetRegistryAssociationCidrsResponse.Builder ipamInternetRegistryAssociationCidrs(Consumer<IpamInternetRegistryAssociationCidr.Builder>... ipamInternetRegistryAssociationCidrs) The CIDRs registered with the internet registry.
This is a convenience method that creates an instance of theIpamInternetRegistryAssociationCidr.Builderavoiding the need to create one manually viaIpamInternetRegistryAssociationCidr.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipamInternetRegistryAssociationCidrs(List<IpamInternetRegistryAssociationCidr>).- Parameters:
ipamInternetRegistryAssociationCidrs- a consumer that will call methods onIpamInternetRegistryAssociationCidr.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-