Interface AccountAssociationItem.Builder

  • Method Details

    • accountAssociationId

      AccountAssociationItem.Builder accountAssociationId(String accountAssociationId)

      The unique identifier of the account association.

      Parameters:
      accountAssociationId - The unique identifier of the account association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationState

      AccountAssociationItem.Builder associationState(String associationState)

      The current state of the account association, indicating its status in the association lifecycle.

      Parameters:
      associationState - The current state of the account association, indicating its status in the association lifecycle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • associationState

      AccountAssociationItem.Builder associationState(AssociationState associationState)

      The current state of the account association, indicating its status in the association lifecycle.

      Parameters:
      associationState - The current state of the account association, indicating its status in the association lifecycle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      AccountAssociationItem.Builder errorMessage(String errorMessage)

      The error message explaining any issues with the account association, if applicable.

      Parameters:
      errorMessage - The error message explaining any issues with the account association, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorDestinationId

      AccountAssociationItem.Builder connectorDestinationId(String connectorDestinationId)

      The identifier of the connector destination associated with this account association.

      Parameters:
      connectorDestinationId - The identifier of the connector destination associated with this account association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the account association.

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

      AccountAssociationItem.Builder description(String description)

      A description of the account association.

      Parameters:
      description - A description of the account association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the account association.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the account association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.