Interface AdminAccount.Builder

    • Method Detail

      • accountId

        AdminAccount.Builder accountId​(String accountId)

        The Amazon Web Services account identifier of the Security Hub administrator account.

        Parameters:
        accountId - The Amazon Web Services account identifier of the Security Hub administrator 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 Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.

        Parameters:
        status - The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
        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 Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.

        Parameters:
        status - The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AdminStatus, AdminStatus