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