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.
|
S3ResourceClassification.Builder |
classificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
|
default S3ResourceClassification.Builder |
classificationType(Consumer<ClassificationType.Builder> classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
|
S3ResourceClassification.Builder |
prefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie.
|
copy
applyMutation, build
S3ResourceClassification.Builder bucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie.
bucketName
- The name of the S3 bucket that you want to associate with Amazon Macie.S3ResourceClassification.Builder prefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie.
prefix
- The prefix of the S3 bucket that you want to associate with Amazon Macie.S3ResourceClassification.Builder classificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
classificationType
- The classification type that you want to specify for the resource associated with Amazon Macie.default S3ResourceClassification.Builder classificationType(Consumer<ClassificationType.Builder> classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
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.Builder
classificationType(ClassificationType)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.