Interface EncryptionConfig.Builder

  • Method Details

    • encryptionType

      EncryptionConfig.Builder encryptionType(String encryptionType)

      The type of encryption.

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

      EncryptionConfig.Builder encryptionType(EncryptionType encryptionType)

      The type of encryption.

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

      The full ARN of the encryption key.

      Be sure to provide the full ARN of the encryption key, not just the ID.

      Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .

      Parameters:
      keyId - The full ARN of the encryption key.

      Be sure to provide the full ARN of the encryption key, not just the ID.

      Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .

      Returns:
      Returns a reference to this object so that method calls can be chained together.