public static interface ClassificationExportConfiguration.Builder extends SdkPojo, CopyableBuilder<ClassificationExportConfiguration.Builder,ClassificationExportConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ClassificationExportConfiguration.Builder |
s3Destination(Consumer<S3Destination.Builder> s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing
results in that bucket.
|
ClassificationExportConfiguration.Builder |
s3Destination(S3Destination s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing
results in that bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClassificationExportConfiguration.Builder s3Destination(S3Destination s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
s3Destination - The S3 bucket to store data classification results in, and the encryption settings to use when storing
results in that bucket.default ClassificationExportConfiguration.Builder s3Destination(Consumer<S3Destination.Builder> s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
This is a convenience method that creates an instance of theS3Destination.Builder avoiding the need
to create one manually via S3Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Destination(S3Destination).
s3Destination - a consumer that will call methods on S3Destination.Builders3Destination(S3Destination)Copyright © 2023. All rights reserved.