public static interface EncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration.Builder |
replicaKmsKeyID(String replicaKmsKeyID)
Specifies the ID of the customer managed KMS key that's stored in Key Management Service (KMS) for the
destination bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionConfiguration.Builder replicaKmsKeyID(String replicaKmsKeyID)
Specifies the ID of the customer managed KMS key that's stored in Key Management Service (KMS) for the destination bucket. This ID is either the Amazon Resource Name (ARN) for the KMS key or the alias ARN for the KMS key. Amazon S3 uses this KMS key to encrypt replica objects. Amazon S3 supports only symmetric encryption KMS keys. For more information, see Symmetric encryption KMS keys in the Amazon Web Services Key Management Service Developer Guide.
replicaKmsKeyID - Specifies the ID of the customer managed KMS key that's stored in Key Management Service (KMS) for the
destination bucket. This ID is either the Amazon Resource Name (ARN) for the KMS key or the alias ARN
for the KMS key. Amazon S3 uses this KMS key to encrypt replica objects. Amazon S3 supports only
symmetric encryption KMS keys. For more information, see Symmetric
encryption KMS keys in the Amazon Web Services Key Management Service Developer Guide.Copyright © 2023. All rights reserved.