Interface SuccessfulAssociationResponseObject.Builder

  • Method Details

    • applicationStatusCheckId

      SuccessfulAssociationResponseObject.Builder applicationStatusCheckId(String applicationStatusCheckId)

      The ID of the application status check.

      Parameters:
      applicationStatusCheckId - The ID of the application status check.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationType

      SuccessfulAssociationResponseObject.Builder associationType(String associationType)

      The type of association. Valid values: EC2TAG and INSTANCE_ID.

      Parameters:
      associationType - The type of association. Valid values: EC2TAG and INSTANCE_ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationValue

      SuccessfulAssociationResponseObject.Builder associationValue(String associationValue)

      The association value. For EC2TAG, the value is formatted as key=value. For INSTANCE_ID, the value is the instance ID.

      Parameters:
      associationValue - The association value. For EC2TAG, the value is formatted as key=value. For INSTANCE_ID, the value is the instance ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.