public static interface S3ResourceClassificationUpdate.Builder extends SdkPojo, CopyableBuilder<S3ResourceClassificationUpdate.Builder,S3ResourceClassificationUpdate>
| Modifier and Type | Method and Description |
|---|---|
S3ResourceClassificationUpdate.Builder |
bucketName(String bucketName)
(Discontinued) The name of the S3 bucket whose classification types you want to update.
|
S3ResourceClassificationUpdate.Builder |
classificationTypeUpdate(ClassificationTypeUpdate classificationTypeUpdate)
(Discontinued) The classification type that you want to update for the resource associated with Amazon Macie
Classic.
|
default S3ResourceClassificationUpdate.Builder |
classificationTypeUpdate(Consumer<ClassificationTypeUpdate.Builder> classificationTypeUpdate)
(Discontinued) The classification type that you want to update for the resource associated with Amazon Macie
Classic.
|
S3ResourceClassificationUpdate.Builder |
prefix(String prefix)
(Discontinued) The prefix of the S3 bucket whose classification types you want to update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ResourceClassificationUpdate.Builder bucketName(String bucketName)
(Discontinued) The name of the S3 bucket whose classification types you want to update.
bucketName - (Discontinued) The name of the S3 bucket whose classification types you want to update.S3ResourceClassificationUpdate.Builder prefix(String prefix)
(Discontinued) The prefix of the S3 bucket whose classification types you want to update.
prefix - (Discontinued) The prefix of the S3 bucket whose classification types you want to update.S3ResourceClassificationUpdate.Builder classificationTypeUpdate(ClassificationTypeUpdate classificationTypeUpdate)
(Discontinued) The classification type that you want to update for the resource associated with Amazon Macie Classic.
classificationTypeUpdate - (Discontinued) The classification type that you want to update for the resource associated with Amazon
Macie Classic.default S3ResourceClassificationUpdate.Builder classificationTypeUpdate(Consumer<ClassificationTypeUpdate.Builder> classificationTypeUpdate)
(Discontinued) The classification type that you want to update for the resource associated with Amazon Macie Classic.
This is a convenience method 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.BuilderclassificationTypeUpdate(ClassificationTypeUpdate)Copyright © 2022. All rights reserved.