public static interface CreateMemberRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<CreateMemberRequest.Builder,CreateMemberRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMemberRequest.Builder |
account(AccountDetail account)
The details of the account to associate with the administrator account.
|
default CreateMemberRequest.Builder |
account(Consumer<AccountDetail.Builder> account)
The details of the account to associate with the administrator account.
|
CreateMemberRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMemberRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMemberRequest.Builder |
tags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMemberRequest.Builder account(AccountDetail account)
The details of the account to associate with the administrator account.
account - The details of the account to associate with the administrator account.default CreateMemberRequest.Builder account(Consumer<AccountDetail.Builder> account)
The details of the account to associate with the administrator account.
This is a convenience method that creates an instance of theAccountDetail.Builder avoiding the need
to create one manually via AccountDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to account(AccountDetail).
account - a consumer that will call methods on AccountDetail.Builderaccount(AccountDetail)CreateMemberRequest.Builder tags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
tags - A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
CreateMemberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.