Interface AssociateAddressResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateAddressResponse.Builder,AssociateAddressResponse>,Ec2Response.Builder,SdkBuilder<AssociateAddressResponse.Builder,AssociateAddressResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateAddressResponse
@Mutable @NotThreadSafe public static interface AssociateAddressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateAddressResponse.Builder,AssociateAddressResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateAddressResponse.BuilderassociationId(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
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
associationId
AssociateAddressResponse.Builder associationId(String 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.
-
-