public static interface S3ResourceClassificationUpdate.Builder extends SdkPojo, CopyableBuilder<S3ResourceClassificationUpdate.Builder,S3ResourceClassificationUpdate>
Modifier and Type | Method and Description |
---|---|
S3ResourceClassificationUpdate.Builder |
bucketName(String bucketName)
The name of the S3 bucket whose classification types you want to update.
|
S3ResourceClassificationUpdate.Builder |
classificationTypeUpdate(ClassificationTypeUpdate classificationTypeUpdate)
The classification type that you want to update for the resource associated with Amazon Macie.
|
default S3ResourceClassificationUpdate.Builder |
classificationTypeUpdate(Consumer<ClassificationTypeUpdate.Builder> classificationTypeUpdate)
The classification type that you want to update for the resource associated with Amazon Macie.
|
S3ResourceClassificationUpdate.Builder |
prefix(String prefix)
The prefix of the S3 bucket whose classification types you want to update.
|
copy
applyMutation, build
S3ResourceClassificationUpdate.Builder bucketName(String bucketName)
The name of the S3 bucket whose classification types you want to update.
bucketName
- The name of the S3 bucket whose classification types you want to update.S3ResourceClassificationUpdate.Builder prefix(String prefix)
The prefix of the S3 bucket whose classification types you want to update.
prefix
- The prefix of the S3 bucket whose classification types you want to update.S3ResourceClassificationUpdate.Builder classificationTypeUpdate(ClassificationTypeUpdate classificationTypeUpdate)
The classification type that you want to update for the resource associated with Amazon Macie.
classificationTypeUpdate
- The classification type that you want to update for the resource associated with Amazon Macie.default S3ResourceClassificationUpdate.Builder classificationTypeUpdate(Consumer<ClassificationTypeUpdate.Builder> classificationTypeUpdate)
The classification type that you want to update for the resource associated with Amazon Macie.
This is a convenience that creates an instance of theClassificationTypeUpdate.Builder
avoiding the
need to create one manually via ClassificationTypeUpdate.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to classificationTypeUpdate(ClassificationTypeUpdate)
.classificationTypeUpdate
- a consumer that will call methods on ClassificationTypeUpdate.Builder
classificationTypeUpdate(ClassificationTypeUpdate)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.