public static interface AdminAccount.Builder extends SdkPojo, CopyableBuilder<AdminAccount.Builder,AdminAccount>
| Modifier and Type | Method and Description |
|---|---|
AdminAccount.Builder |
accountId(String accountId)
The AWS account ID for the account.
|
AdminAccount.Builder |
status(AdminStatus status)
The current status of the account as a delegated administrator of Amazon Macie for the organization.
|
AdminAccount.Builder |
status(String status)
The current status of the account as a delegated administrator of Amazon Macie for the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdminAccount.Builder accountId(String accountId)
The AWS account ID for the account.
accountId - The AWS account ID for the account.AdminAccount.Builder status(String status)
The current status of the account as a delegated administrator of Amazon Macie for the organization.
status - The current status of the account as a delegated administrator of Amazon Macie for the organization.AdminStatus,
AdminStatusAdminAccount.Builder status(AdminStatus status)
The current status of the account as a delegated administrator of Amazon Macie for the organization.
status - The current status of the account as a delegated administrator of Amazon Macie for the organization.AdminStatus,
AdminStatusCopyright © 2020. All rights reserved.