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 Details

    • 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.