public static interface S3ResourceClassification.Builder extends SdkPojo, CopyableBuilder<S3ResourceClassification.Builder,S3ResourceClassification>
| Modifier and Type | Method and Description |
|---|---|
S3ResourceClassification.Builder |
bucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
|
S3ResourceClassification.Builder |
classificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
|
default S3ResourceClassification.Builder |
classificationType(Consumer<ClassificationType.Builder> classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
|
S3ResourceClassification.Builder |
prefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ResourceClassification.Builder bucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
bucketName - The name of the S3 bucket that you want to associate with Amazon Macie Classic.S3ResourceClassification.Builder prefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
prefix - The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.S3ResourceClassification.Builder classificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
classificationType - The classification type that you want to specify for the resource associated with Amazon Macie
Classic.default S3ResourceClassification.Builder classificationType(Consumer<ClassificationType.Builder> classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
This is a convenience that creates an instance of theClassificationType.Builder avoiding the need to
create one manually via ClassificationType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to classificationType(ClassificationType).classificationType - a consumer that will call methods on ClassificationType.BuilderclassificationType(ClassificationType)Copyright © 2021. All rights reserved.