Class CfnMLTransform.TransformEncryptionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnMLTransform.TransformEncryptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMLTransform.TransformEncryptionProperty>
- Enclosing interface:
- CfnMLTransform.TransformEncryptionProperty
@Stability(Stable)
public static final class CfnMLTransform.TransformEncryptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMLTransform.TransformEncryptionProperty>
A builder for
CfnMLTransform.TransformEncryptionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.mlUserDataEncryption(IResolvable mlUserDataEncryption) Sets the value ofCfnMLTransform.TransformEncryptionProperty.getMlUserDataEncryption()mlUserDataEncryption(CfnMLTransform.MLUserDataEncryptionProperty mlUserDataEncryption) Sets the value ofCfnMLTransform.TransformEncryptionProperty.getMlUserDataEncryption()taskRunSecurityConfigurationName(String taskRunSecurityConfigurationName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mlUserDataEncryption
@Stability(Stable) public CfnMLTransform.TransformEncryptionProperty.Builder mlUserDataEncryption(IResolvable mlUserDataEncryption) Sets the value ofCfnMLTransform.TransformEncryptionProperty.getMlUserDataEncryption()- Parameters:
mlUserDataEncryption- The encryption-at-rest settings of the transform that apply to accessing user data.- Returns:
this
-
mlUserDataEncryption
@Stability(Stable) public CfnMLTransform.TransformEncryptionProperty.Builder mlUserDataEncryption(CfnMLTransform.MLUserDataEncryptionProperty mlUserDataEncryption) Sets the value ofCfnMLTransform.TransformEncryptionProperty.getMlUserDataEncryption()- Parameters:
mlUserDataEncryption- The encryption-at-rest settings of the transform that apply to accessing user data.- Returns:
this
-
taskRunSecurityConfigurationName
@Stability(Stable) public CfnMLTransform.TransformEncryptionProperty.Builder taskRunSecurityConfigurationName(String taskRunSecurityConfigurationName) - Parameters:
taskRunSecurityConfigurationName- The name of the security configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMLTransform.TransformEncryptionProperty>- Returns:
- a new instance of
CfnMLTransform.TransformEncryptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-