Class DataQualityEncryption
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DataQualityEncryption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataQualityEncryption.Builder,DataQualityEncryption>
@Generated("software.amazon.awssdk:codegen") public final class DataQualityEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQualityEncryption.Builder,DataQualityEncryption>
Specifies how Data Quality assets in your account should be encrypted.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataQualityEncryption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataQualityEncryption.Builderbuilder()DataQualityEncryptionModedataQualityEncryptionMode()The encryption mode to use for encrypting Data Quality assets.StringdataQualityEncryptionModeAsString()The encryption mode to use for encrypting Data Quality assets.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyArn()The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataQualityEncryption.Builder>serializableBuilderClass()DataQualityEncryption.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dataQualityEncryptionMode
public final 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.If the service returns an enum value that is not available in the current SDK version,
dataQualityEncryptionModewill returnDataQualityEncryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataQualityEncryptionModeAsString().- Returns:
- 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. - See Also:
DataQualityEncryptionMode
-
dataQualityEncryptionModeAsString
public final String dataQualityEncryptionModeAsString()
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.If the service returns an enum value that is not available in the current SDK version,
dataQualityEncryptionModewill returnDataQualityEncryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataQualityEncryptionModeAsString().- Returns:
- 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. - See Also:
DataQualityEncryptionMode
-
kmsKeyArn
public final String kmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
- Returns:
- The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
-
toBuilder
public DataQualityEncryption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataQualityEncryption.Builder,DataQualityEncryption>
-
builder
public static DataQualityEncryption.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataQualityEncryption.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-