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) |
AssociateS3ResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateS3ResourcesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderAssociateS3ResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.