public static interface AssociateS3ResourcesRequest.Builder extends MacieRequest.Builder, SdkPojo, CopyableBuilder<AssociateS3ResourcesRequest.Builder,AssociateS3ResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateS3ResourcesRequest.Builder |
memberAccountId(String memberAccountId)
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with
Macie Classic.
|
AssociateS3ResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateS3ResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateS3ResourcesRequest.Builder |
s3Resources(Collection<S3ResourceClassification> s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data
classification.
|
AssociateS3ResourcesRequest.Builder |
s3Resources(Consumer<S3ResourceClassification.Builder>... s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data
classification.
|
AssociateS3ResourcesRequest.Builder |
s3Resources(S3ResourceClassification... s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data
classification.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateS3ResourcesRequest.Builder memberAccountId(String memberAccountId)
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
memberAccountId - (Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate
with Macie Classic.AssociateS3ResourcesRequest.Builder s3Resources(Collection<S3ResourceClassification> s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
s3Resources - (Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring
and data classification.AssociateS3ResourcesRequest.Builder s3Resources(S3ResourceClassification... s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
s3Resources - (Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring
and data classification.AssociateS3ResourcesRequest.Builder s3Resources(Consumer<S3ResourceClassification.Builder>... s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
This is a convenience method that creates an instance of theS3ResourceClassification.Builder avoiding the need to
create one manually via
S3ResourceClassification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #s3Resources(List.
s3Resources - a consumer that will call methods on
S3ResourceClassification.Builder#s3Resources(java.util.Collection) AssociateS3ResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateS3ResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.