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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
KMSEncryptionConfig.Builder awskmsKeyARN(String awskmsKeyARN)
The Amazon Resource Name (ARN) of the encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
awskmsKeyARN
- The Amazon Resource Name (ARN) of the encryption key. Must belong to the same Amazon Web Services
Region as the destination Amazon S3 bucket. For more information, see Amazon Resource
Names (ARNs) and Amazon Web Services Service Namespaces.Copyright © 2023. All rights reserved.