public static interface S3Destination.Builder extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
bucketName(String bucketName)
The name of the bucket.
|
S3Destination.Builder |
keyPrefix(String keyPrefix)
The path prefix to use in the path to the location in the bucket.
|
S3Destination.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Destination.Builder bucketName(String bucketName)
The name of the bucket.
bucketName - The name of the bucket.S3Destination.Builder keyPrefix(String keyPrefix)
The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.
keyPrefix - The path prefix to use in the path to the location in the bucket. This prefix specifies where to store
classification results in the bucket.S3Destination.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric encryption KMS key that's in the same Amazon Web Services Region as the bucket.
kmsKeyArn - The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results.
This must be the ARN of an existing, symmetric encryption KMS key that's in the same Amazon Web
Services Region as the bucket.Copyright © 2022. All rights reserved.