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 AWS Key Management Service (AWS KMS) customer master key (CMK) 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 AWS Key Management Service (AWS KMS) customer master key (CMK) to use for encryption of the results. This must be the ARN of an existing CMK that's in the same AWS Region as the bucket.
kmsKeyArn - The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK)
to use for encryption of the results. This must be the ARN of an existing CMK that's in the same AWS
Region as the bucket.Copyright © 2020. All rights reserved.