Interface EncryptionConfiguration.Builder

    • Method Detail

      • kmsKeyId

        EncryptionConfiguration.Builder kmsKeyId​(String kmsKeyId)

        KMS key id.

        Parameters:
        kmsKeyId - KMS key id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsEncryptionContext

        EncryptionConfiguration.Builder kmsEncryptionContext​(Map<String,​String> kmsEncryptionContext)

        KMS encryption context.

        Parameters:
        kmsEncryptionContext - KMS encryption context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.