Interface AdminAccount.Builder

    • Method Detail

      • adminAccountId

        AdminAccount.Builder adminAccountId​(String adminAccountId)

        The Amazon Web Services account ID for the account.

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

        AdminAccount.Builder adminStatus​(String adminStatus)

        Indicates whether the account is enabled as the delegated administrator.

        Parameters:
        adminStatus - Indicates whether the account is enabled as the delegated administrator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AdminStatus, AdminStatus
      • adminStatus

        AdminAccount.Builder adminStatus​(AdminStatus adminStatus)

        Indicates whether the account is enabled as the delegated administrator.

        Parameters:
        adminStatus - Indicates whether the account is enabled as the delegated administrator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AdminStatus, AdminStatus