Interface EncryptionAtRestOptions.Builder

    • Method Detail

      • kmsKeyArn

        EncryptionAtRestOptions.Builder kmsKeyArn​(String kmsKeyArn)

        The ARN of the KMS key used to encrypt buffer data. By default, data is encrypted using an Amazon Web Services owned key.

        Parameters:
        kmsKeyArn - The ARN of the KMS key used to encrypt buffer data. By default, data is encrypted using an Amazon Web Services owned key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.