Interface AssociationStateDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AssociationStateDetails.Builder,AssociationStateDetails>, SdkBuilder<AssociationStateDetails.Builder,AssociationStateDetails>, SdkPojo
Enclosing class:
AssociationStateDetails

public static interface AssociationStateDetails.Builder extends SdkPojo, CopyableBuilder<AssociationStateDetails.Builder,AssociationStateDetails>
  • Method Details

    • state

      The state of the association.

      Parameters:
      state - The state of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusMessage

      AssociationStateDetails.Builder statusMessage(String statusMessage)

      The status message, if applicable.

      Parameters:
      statusMessage - The status message, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.