@Generated(value="software.amazon.awssdk:codegen") public final class MLUserDataEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MLUserDataEncryption.Builder,MLUserDataEncryption>
The encryption-at-rest settings of the transform that apply to accessing user data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MLUserDataEncryption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MLUserDataEncryption.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The ID for the customer-provided KMS key.
|
MLUserDataEncryptionModeString |
mlUserDataEncryptionMode()
The encryption mode applied to user data.
|
String |
mlUserDataEncryptionModeAsString()
The encryption mode applied to user data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MLUserDataEncryption.Builder> |
serializableBuilderClass() |
MLUserDataEncryption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MLUserDataEncryptionModeString mlUserDataEncryptionMode()
The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.
If the service returns an enum value that is not available in the current SDK version,
mlUserDataEncryptionMode will return MLUserDataEncryptionModeString.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from mlUserDataEncryptionModeAsString().
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.
MLUserDataEncryptionModeStringpublic final String mlUserDataEncryptionModeAsString()
The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.
If the service returns an enum value that is not available in the current SDK version,
mlUserDataEncryptionMode will return MLUserDataEncryptionModeString.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from mlUserDataEncryptionModeAsString().
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.
MLUserDataEncryptionModeStringpublic final String kmsKeyId()
The ID for the customer-provided KMS key.
public MLUserDataEncryption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MLUserDataEncryption.Builder,MLUserDataEncryption>public static MLUserDataEncryption.Builder builder()
public static Class<? extends MLUserDataEncryption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.