public static interface AdminAccount.Builder extends SdkPojo, CopyableBuilder<AdminAccount.Builder,AdminAccount>
| Modifier and Type | Method and Description |
|---|---|
AdminAccount.Builder |
accountId(String accountId)
The Amazon Web Services account identifier of the Security Hub administrator account.
|
AdminAccount.Builder |
status(AdminStatus status)
The current status of the Security Hub administrator account.
|
AdminAccount.Builder |
status(String status)
The current status of the Security Hub administrator account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdminAccount.Builder accountId(String accountId)
The Amazon Web Services account identifier of the Security Hub administrator account.
accountId - The Amazon Web Services account identifier of the Security Hub administrator account.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.
status - The current status of the Security Hub administrator account. Indicates whether the account is
currently enabled as a Security Hub administrator.AdminStatus,
AdminStatusAdminAccount.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.
status - The current status of the Security Hub administrator account. Indicates whether the account is
currently enabled as a Security Hub administrator.AdminStatus,
AdminStatusCopyright © 2023. All rights reserved.