Interface MLUserDataEncryption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MLUserDataEncryption.Builder,
,MLUserDataEncryption> SdkBuilder<MLUserDataEncryption.Builder,
,MLUserDataEncryption> SdkPojo
- Enclosing class:
MLUserDataEncryption
-
Method Summary
Modifier and TypeMethodDescriptionThe ID for the customer-provided KMS key.mlUserDataEncryptionMode
(String mlUserDataEncryptionMode) The encryption mode applied to user data.mlUserDataEncryptionMode
(MLUserDataEncryptionModeString mlUserDataEncryptionMode) The encryption mode applied to user 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, sdkFields
-
Method Details
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
mlUserDataEncryptionMode
MLUserDataEncryption.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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
kmsKeyId
The ID for the customer-provided KMS key.
- Parameters:
kmsKeyId
- The ID for the customer-provided KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-