public static interface EnableOrganizationAdminAccountRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<EnableOrganizationAdminAccountRequest.Builder,EnableOrganizationAdminAccountRequest>
Modifier and Type | Method and Description |
---|---|
EnableOrganizationAdminAccountRequest.Builder |
adminAccountId(String adminAccountId)
The AWS account ID for the account to designate as the delegated Amazon Macie administrator account for the
organization.
|
EnableOrganizationAdminAccountRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
EnableOrganizationAdminAccountRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
EnableOrganizationAdminAccountRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
EnableOrganizationAdminAccountRequest.Builder adminAccountId(String adminAccountId)
The AWS account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
adminAccountId
- The AWS account ID for the account to designate as the delegated Amazon Macie administrator account
for the organization.EnableOrganizationAdminAccountRequest.Builder clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive token that you provide to ensure the idempotency of the request.EnableOrganizationAdminAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.EnableOrganizationAdminAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.