public static interface KMSEncryptionConfig.Builder extends CopyableBuilder<KMSEncryptionConfig.Builder,KMSEncryptionConfig>
Modifier and Type | Method and Description |
---|---|
KMSEncryptionConfig.Builder |
awskmsKeyARN(String awskmsKeyARN)
The ARN of the encryption key.
|
copy
applyMutation, build
KMSEncryptionConfig.Builder awskmsKeyARN(String awskmsKeyARN)
The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.
awskmsKeyARN
- The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.