public static interface AssociateS3ResourcesRequest.Builder extends MacieRequest.Builder, SdkPojo, CopyableBuilder<AssociateS3ResourcesRequest.Builder,AssociateS3ResourcesRequest>
Modifier and Type | Method and Description |
---|---|
AssociateS3ResourcesRequest.Builder |
memberAccountId(String memberAccountId)
The ID of the Amazon Macie member account whose resources you want to associate with Macie.
|
AssociateS3ResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateS3ResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateS3ResourcesRequest.Builder |
s3Resources(Collection<S3ResourceClassification> s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
AssociateS3ResourcesRequest.Builder |
s3Resources(Consumer<S3ResourceClassification.Builder>... s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
AssociateS3ResourcesRequest.Builder |
s3Resources(S3ResourceClassification... s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateS3ResourcesRequest.Builder memberAccountId(String memberAccountId)
The ID of the Amazon Macie member account whose resources you want to associate with Macie.
memberAccountId
- The ID of the Amazon Macie member account whose resources you want to associate with Macie.AssociateS3ResourcesRequest.Builder s3Resources(Collection<S3ResourceClassification> s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
s3Resources
- The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.AssociateS3ResourcesRequest.Builder s3Resources(S3ResourceClassification... s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
s3Resources
- The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.AssociateS3ResourcesRequest.Builder s3Resources(Consumer<S3ResourceClassification.Builder>... s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #s3Resources(List)
.s3Resources
- a consumer that will call methods on List.Builder
#s3Resources(List)
AssociateS3ResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateS3ResourcesRequest.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.