| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
S3Destination.Builder.bucketName(String bucketName)
The name of the bucket.
|
static S3Destination.Builder |
S3Destination.builder() |
S3Destination.Builder |
S3Destination.Builder.keyPrefix(String keyPrefix)
The path prefix to use in the path to the location in the bucket.
|
S3Destination.Builder |
S3Destination.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results.
|
S3Destination.Builder |
S3Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Destination.Builder> |
S3Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClassificationExportConfiguration.Builder |
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.
|
Copyright © 2022. All rights reserved.