public static interface EncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration.Builder |
replicaKmsKeyID(String replicaKmsKeyID)
Specifies the AWS KMS Key ID (Key ARN or Alias ARN) for the destination bucket.
|
copyapplyMutation, buildEncryptionConfiguration.Builder replicaKmsKeyID(String replicaKmsKeyID)
Specifies the AWS KMS Key ID (Key ARN or Alias ARN) for the destination bucket. Amazon S3 uses this key to encrypt replica objects.
replicaKmsKeyID - Specifies the AWS KMS Key ID (Key ARN or Alias ARN) for the destination bucket. Amazon S3 uses this
key to encrypt replica objects.Copyright © 2019. All rights reserved.