Interface EncryptionConfig.Builder

    • Method Detail

      • 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, EncryptionType
      • keyId

        EncryptionConfig.Builder keyId​(String 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.