Interface EncryptionConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>, SdkBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>, SdkPojo
Enclosing class:
EncryptionConfiguration

public static interface EncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
  • Method Details

    • replicaKmsKeyID

      EncryptionConfiguration.Builder replicaKmsKeyID(String replicaKmsKeyID)

      Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

      Parameters:
      replicaKmsKeyID - Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.