Interface CreateIpamInternetRegistryAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateIpamInternetRegistryAssociationResponse.Builder,,CreateIpamInternetRegistryAssociationResponse> Ec2Response.Builder,SdkBuilder<CreateIpamInternetRegistryAssociationResponse.Builder,,CreateIpamInternetRegistryAssociationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateIpamInternetRegistryAssociationResponse
@Mutable
@NotThreadSafe
public static interface CreateIpamInternetRegistryAssociationResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateIpamInternetRegistryAssociationResponse.Builder,CreateIpamInternetRegistryAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipamInternetRegistryAssociation(Consumer<IpamInternetRegistryAssociation.Builder> ipamInternetRegistryAssociation) Information about the internet registry association.ipamInternetRegistryAssociation(IpamInternetRegistryAssociation ipamInternetRegistryAssociation) Information about the internet registry association.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
-
ipamInternetRegistryAssociation
CreateIpamInternetRegistryAssociationResponse.Builder ipamInternetRegistryAssociation(IpamInternetRegistryAssociation ipamInternetRegistryAssociation) Information about the internet registry association.
- Parameters:
ipamInternetRegistryAssociation- Information about the internet registry association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamInternetRegistryAssociation
default CreateIpamInternetRegistryAssociationResponse.Builder ipamInternetRegistryAssociation(Consumer<IpamInternetRegistryAssociation.Builder> ipamInternetRegistryAssociation) Information about the internet registry association.
This is a convenience method that creates an instance of theIpamInternetRegistryAssociation.Builderavoiding the need to create one manually viaIpamInternetRegistryAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipamInternetRegistryAssociation(IpamInternetRegistryAssociation).- Parameters:
ipamInternetRegistryAssociation- a consumer that will call methods onIpamInternetRegistryAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-