Interface MemberAccount.Builder

  • Method Details

    • notificationConfigurationArn

      MemberAccount.Builder notificationConfigurationArn(String notificationConfigurationArn)

      The Amazon Resource Name (ARN) of the notification configuration associated with the member account.

      Parameters:
      notificationConfigurationArn - The Amazon Resource Name (ARN) of the notification configuration associated with the member account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountId

      MemberAccount.Builder accountId(String accountId)

      The AWS account ID of the member account.

      Parameters:
      accountId - The AWS account ID of the member account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      MemberAccount.Builder status(String status)

      The current status of the member account.

      Parameters:
      status - The current status of the member account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the member account.

      Parameters:
      status - The current status of the member account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      MemberAccount.Builder statusReason(String statusReason)

      The reason for the current status of the member account.

      Parameters:
      statusReason - The reason for the current status of the member account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationalUnitId

      MemberAccount.Builder organizationalUnitId(String organizationalUnitId)

      The unique identifier of the organizational unit containing the member account.

      Parameters:
      organizationalUnitId - The unique identifier of the organizational unit containing the member account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.