public static interface UpdateClassificationScopeRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateClassificationScopeRequest.Builder,UpdateClassificationScopeRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateClassificationScopeRequest.Builder |
id(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
UpdateClassificationScopeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateClassificationScopeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateClassificationScopeRequest.Builder |
s3(Consumer<S3ClassificationScopeUpdate.Builder> s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
|
UpdateClassificationScopeRequest.Builder |
s3(S3ClassificationScopeUpdate s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateClassificationScopeRequest.Builder id(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id - The unique identifier for the Amazon Macie resource that the request applies to.UpdateClassificationScopeRequest.Builder s3(S3ClassificationScopeUpdate s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
s3 - The S3 buckets to add or remove from the exclusion list defined by the classification scope.default UpdateClassificationScopeRequest.Builder s3(Consumer<S3ClassificationScopeUpdate.Builder> s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
This is a convenience method that creates an instance of theS3ClassificationScopeUpdate.Builder
avoiding the need to create one manually via S3ClassificationScopeUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3(S3ClassificationScopeUpdate).
s3 - a consumer that will call methods on S3ClassificationScopeUpdate.Builders3(S3ClassificationScopeUpdate)UpdateClassificationScopeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateClassificationScopeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.