Interface DataQualityEncryption.Builder

  • Method Details

    • dataQualityEncryptionMode

      DataQualityEncryption.Builder dataQualityEncryptionMode(String dataQualityEncryptionMode)

      The encryption mode to use for encrypting Data Quality assets. These assets include data quality rulesets, results, statistics, anomaly detection models and observations.

      Valid values are SSEKMS for encryption using a customer-managed KMS key, or DISABLED.

      Parameters:
      dataQualityEncryptionMode - The encryption mode to use for encrypting Data Quality assets. These assets include data quality rulesets, results, statistics, anomaly detection models and observations.

      Valid values are SSEKMS for encryption using a customer-managed KMS key, or DISABLED.

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

      DataQualityEncryption.Builder dataQualityEncryptionMode(DataQualityEncryptionMode dataQualityEncryptionMode)

      The encryption mode to use for encrypting Data Quality assets. These assets include data quality rulesets, results, statistics, anomaly detection models and observations.

      Valid values are SSEKMS for encryption using a customer-managed KMS key, or DISABLED.

      Parameters:
      dataQualityEncryptionMode - The encryption mode to use for encrypting Data Quality assets. These assets include data quality rulesets, results, statistics, anomaly detection models and observations.

      Valid values are SSEKMS for encryption using a customer-managed KMS key, or DISABLED.

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

      DataQualityEncryption.Builder kmsKeyArn(String kmsKeyArn)

      The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

      Parameters:
      kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.