Interface EncryptionContext.Builder

  • Method Details

    • encryptionType

      EncryptionContext.Builder encryptionType(String encryptionType)

      The type of encryption key used.

      Parameters:
      encryptionType - The type of encryption key used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryptionType

      EncryptionContext.Builder encryptionType(EncryptionType encryptionType)

      The type of encryption key used.

      Parameters:
      encryptionType - The type of encryption key used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyArn

      EncryptionContext.Builder kmsKeyArn(String kmsKeyArn)

      The ARN of the KMS key. Only present when encryptionType is CUSTOMER_MANAGED_KEY.

      Parameters:
      kmsKeyArn - The ARN of the KMS key. Only present when encryptionType is CUSTOMER_MANAGED_KEY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.