@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MLUserDataEncryption extends Object implements Serializable, Cloneable, StructuredPojo
The encryption-at-rest settings of the transform that apply to accessing user data.
Constructor and Description |
---|
MLUserDataEncryption() |
Modifier and Type | Method and Description |
---|---|
MLUserDataEncryption |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The ID for the customer-provided KMS key.
|
String |
getMlUserDataEncryptionMode()
The encryption mode applied to user data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The ID for the customer-provided KMS key.
|
void |
setMlUserDataEncryptionMode(String mlUserDataEncryptionMode)
The encryption mode applied to user data.
|
String |
toString()
Returns a string representation of this object.
|
MLUserDataEncryption |
withKmsKeyId(String kmsKeyId)
The ID for the customer-provided KMS key.
|
MLUserDataEncryption |
withMlUserDataEncryptionMode(MLUserDataEncryptionModeString mlUserDataEncryptionMode)
The encryption mode applied to user data.
|
MLUserDataEncryption |
withMlUserDataEncryptionMode(String mlUserDataEncryptionMode)
The encryption mode applied to user data.
|
public void setMlUserDataEncryptionMode(String mlUserDataEncryptionMode)
The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with AWS Key Management Service (SSE-KMS) for user data stored in Amazon S3.
mlUserDataEncryptionMode
- The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with AWS Key Management Service (SSE-KMS) for user data stored in Amazon S3.
MLUserDataEncryptionModeString
public String getMlUserDataEncryptionMode()
The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with AWS Key Management Service (SSE-KMS) for user data stored in Amazon S3.
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with AWS Key Management Service (SSE-KMS) for user data stored in Amazon S3.
MLUserDataEncryptionModeString
public MLUserDataEncryption withMlUserDataEncryptionMode(String mlUserDataEncryptionMode)
The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with AWS Key Management Service (SSE-KMS) for user data stored in Amazon S3.
mlUserDataEncryptionMode
- The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with AWS Key Management Service (SSE-KMS) for user data stored in Amazon S3.
MLUserDataEncryptionModeString
public MLUserDataEncryption withMlUserDataEncryptionMode(MLUserDataEncryptionModeString mlUserDataEncryptionMode)
The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with AWS Key Management Service (SSE-KMS) for user data stored in Amazon S3.
mlUserDataEncryptionMode
- The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with AWS Key Management Service (SSE-KMS) for user data stored in Amazon S3.
MLUserDataEncryptionModeString
public void setKmsKeyId(String kmsKeyId)
The ID for the customer-provided KMS key.
kmsKeyId
- The ID for the customer-provided KMS key.public String getKmsKeyId()
The ID for the customer-provided KMS key.
public MLUserDataEncryption withKmsKeyId(String kmsKeyId)
The ID for the customer-provided KMS key.
kmsKeyId
- The ID for the customer-provided KMS key.public String toString()
toString
in class Object
Object.toString()
public MLUserDataEncryption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.