public static interface MLUserDataEncryption.Builder extends SdkPojo, CopyableBuilder<MLUserDataEncryption.Builder,MLUserDataEncryption>
| Modifier and Type | Method and Description |
|---|---|
MLUserDataEncryption.Builder |
kmsKeyId(String kmsKeyId)
The ID for the customer-provided KMS key.
|
MLUserDataEncryption.Builder |
mlUserDataEncryptionMode(MLUserDataEncryptionModeString mlUserDataEncryptionMode)
The encryption mode applied to user data.
|
MLUserDataEncryption.Builder |
mlUserDataEncryptionMode(String mlUserDataEncryptionMode)
The encryption mode applied to user data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMLUserDataEncryption.Builder mlUserDataEncryptionMode(String 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.
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.
MLUserDataEncryptionModeString,
MLUserDataEncryptionModeStringMLUserDataEncryption.Builder mlUserDataEncryptionMode(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.
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.
MLUserDataEncryptionModeString,
MLUserDataEncryptionModeStringMLUserDataEncryption.Builder kmsKeyId(String kmsKeyId)
The ID for the customer-provided KMS key.
kmsKeyId - The ID for the customer-provided KMS key.Copyright © 2023. All rights reserved.