Interface DataQualityEncryption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataQualityEncryption.Builder,
,DataQualityEncryption> SdkBuilder<DataQualityEncryption.Builder,
,DataQualityEncryption> SdkPojo
- Enclosing class:
DataQualityEncryption
-
Method Summary
Modifier and TypeMethodDescriptiondataQualityEncryptionMode
(String dataQualityEncryptionMode) The encryption mode to use for encrypting Data Quality assets.dataQualityEncryptionMode
(DataQualityEncryptionMode dataQualityEncryptionMode) The encryption mode to use for encrypting Data Quality assets.The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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, orDISABLED
.- 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, orDISABLED
.- 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, orDISABLED
.- 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, orDISABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-