public static interface KMSEncryptionConfig.Builder extends SdkPojo, CopyableBuilder<KMSEncryptionConfig.Builder,KMSEncryptionConfig>
Modifier and Type | Method and Description |
---|---|
KMSEncryptionConfig.Builder |
awskmsKeyARN(String awskmsKeyARN)
The Amazon Resource Name (ARN) of the encryption key.
|
copy
applyMutation, build
KMSEncryptionConfig.Builder awskmsKeyARN(String awskmsKeyARN)
The Amazon Resource Name (ARN) of the encryption key. Must belong to the same AWS Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
awskmsKeyARN
- The Amazon Resource Name (ARN) of the encryption key. Must belong to the same AWS Region as the
destination Amazon S3 bucket. For more information, see Amazon Resource
Names (ARNs) and AWS Service Namespaces.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.