Interface AdminAccount.Builder

    • Method Detail

      • accountId

        AdminAccount.Builder accountId​(String accountId)

        The Amazon Web Services account ID for the account.

        Parameters:
        accountId - The Amazon Web Services account ID for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        AdminAccount.Builder status​(String status)

        The current status of the account as the delegated Amazon Macie administrator account for the organization.

        Parameters:
        status - The current status of the account as the delegated Amazon Macie administrator account for the organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AdminStatus, AdminStatus
      • status

        AdminAccount.Builder status​(AdminStatus status)

        The current status of the account as the delegated Amazon Macie administrator account for the organization.

        Parameters:
        status - The current status of the account as the delegated Amazon Macie administrator account for the organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AdminStatus, AdminStatus