Interface DataQualityEncryption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataQualityEncryption.Builder,DataQualityEncryption>,SdkBuilder<DataQualityEncryption.Builder,DataQualityEncryption>,SdkPojo
- Enclosing class:
- DataQualityEncryption
public static interface DataQualityEncryption.Builder extends SdkPojo, CopyableBuilder<DataQualityEncryption.Builder,DataQualityEncryption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataQualityEncryption.BuilderdataQualityEncryptionMode(String dataQualityEncryptionMode)The encryption mode to use for encrypting Data Quality assets.DataQualityEncryption.BuilderdataQualityEncryptionMode(DataQualityEncryptionMode dataQualityEncryptionMode)The encryption mode to use for encrypting Data Quality assets.DataQualityEncryption.BuilderkmsKeyArn(String kmsKeyArn)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 Detail
-
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
SSEKMSfor 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
SSEKMSfor 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,DataQualityEncryptionMode
-
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
SSEKMSfor 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
SSEKMSfor 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,DataQualityEncryptionMode
-
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.
-
-