public static interface DisassociateS3ResourcesRequest.Builder extends MacieRequest.Builder, SdkPojo, CopyableBuilder<DisassociateS3ResourcesRequest.Builder,DisassociateS3ResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateS3ResourcesRequest.Builder |
associatedS3Resources(Collection<S3Resource> associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon
Macie Classic.
|
DisassociateS3ResourcesRequest.Builder |
associatedS3Resources(Consumer<S3Resource.Builder>... associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon
Macie Classic.
|
DisassociateS3ResourcesRequest.Builder |
associatedS3Resources(S3Resource... associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon
Macie Classic.
|
DisassociateS3ResourcesRequest.Builder |
memberAccountId(String memberAccountId)
The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by
Macie Classic.
|
DisassociateS3ResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateS3ResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateS3ResourcesRequest.Builder memberAccountId(String memberAccountId)
The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Macie Classic.
memberAccountId - The ID of the Amazon Macie Classic member account whose resources you want to remove from being
monitored by Macie Classic.DisassociateS3ResourcesRequest.Builder associatedS3Resources(Collection<S3Resource> associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.
associatedS3Resources - The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by
Amazon Macie Classic.DisassociateS3ResourcesRequest.Builder associatedS3Resources(S3Resource... associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.
associatedS3Resources - The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by
Amazon Macie Classic.DisassociateS3ResourcesRequest.Builder associatedS3Resources(Consumer<S3Resource.Builder>... associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.
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 #associatedS3Resources(List) .associatedS3Resources - a consumer that will call methods on List.Builder #associatedS3Resources(List) DisassociateS3ResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateS3ResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.