Interface AssociateAddressResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<AssociateAddressResponse.Builder,,AssociateAddressResponse> Ec2Response.Builder,SdkBuilder<AssociateAddressResponse.Builder,,AssociateAddressResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AssociateAddressResponse
public static interface AssociateAddressResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateAddressResponse.Builder,AssociateAddressResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionassociationId(String associationId) The ID that represents the association of the Elastic IP address with an instance.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
- 
associationId
The ID that represents the association of the Elastic IP address with an instance.
- Parameters:
 associationId- The ID that represents the association of the Elastic IP address with an instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -