Class CfnDataTransformationProfilePropsMixin.SourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnDataTransformationProfilePropsMixin.SourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTransformationProfilePropsMixin.SourceProperty>
- Enclosing interface:
CfnDataTransformationProfilePropsMixin.SourceProperty
@Stability(Stable)
public static final class CfnDataTransformationProfilePropsMixin.SourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTransformationProfilePropsMixin.SourceProperty>
A builder for
CfnDataTransformationProfilePropsMixin.SourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.existingVersionedProfileId(CfnDataTransformationProfilePropsMixin.ExistingVersionedProfileSourceProperty existingVersionedProfileId) existingVersionedProfileId(IResolvable existingVersionedProfileId) profileMapping(IResolvable profileMapping) starterProfile(IResolvable starterProfile)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
existingVersionedProfileId
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.SourceProperty.Builder existingVersionedProfileId(IResolvable existingVersionedProfileId) Sets the value ofCfnDataTransformationProfilePropsMixin.SourceProperty.getExistingVersionedProfileId()- Parameters:
existingVersionedProfileId- Create the profile by cloning a specific version of an existing profile.- Returns:
this
-
existingVersionedProfileId
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.SourceProperty.Builder existingVersionedProfileId(CfnDataTransformationProfilePropsMixin.ExistingVersionedProfileSourceProperty existingVersionedProfileId) Sets the value ofCfnDataTransformationProfilePropsMixin.SourceProperty.getExistingVersionedProfileId()- Parameters:
existingVersionedProfileId- Create the profile by cloning a specific version of an existing profile.- Returns:
this
-
profileMapping
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.SourceProperty.Builder profileMapping(IResolvable profileMapping) - Parameters:
profileMapping- Create the profile from raw Velocity template mapping content.- Returns:
this
-
profileMapping
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.SourceProperty.Builder profileMapping(CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty profileMapping) - Parameters:
profileMapping- Create the profile from raw Velocity template mapping content.- Returns:
this
-
starterProfile
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.SourceProperty.Builder starterProfile(IResolvable starterProfile) - Parameters:
starterProfile- Create the profile from a predefined starter profile of transformation templates.- Returns:
this
-
starterProfile
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.SourceProperty.Builder starterProfile(CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty starterProfile) - Parameters:
starterProfile- Create the profile from a predefined starter profile of transformation templates.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTransformationProfilePropsMixin.SourceProperty>- Returns:
- a new instance of
CfnDataTransformationProfilePropsMixin.SourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-