Class CfnDataTransformationProfile.ProfileMappingSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.healthlake.CfnDataTransformationProfile.ProfileMappingSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTransformationProfile.ProfileMappingSourceProperty>
- Enclosing interface:
CfnDataTransformationProfile.ProfileMappingSourceProperty
@Stability(Stable)
public static final class CfnDataTransformationProfile.ProfileMappingSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTransformationProfile.ProfileMappingSourceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.profileMapping(Map<String, String> profileMapping) profileMapping(IResolvable profileMapping)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
profileMapping
@Stability(Stable) public CfnDataTransformationProfile.ProfileMappingSourceProperty.Builder profileMapping(IResolvable profileMapping) - Parameters:
profileMapping- Map of template file paths to their Velocity template content. This parameter is required.- Returns:
this
-
profileMapping
@Stability(Stable) public CfnDataTransformationProfile.ProfileMappingSourceProperty.Builder profileMapping(Map<String, String> profileMapping) - Parameters:
profileMapping- Map of template file paths to their Velocity template content. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTransformationProfile.ProfileMappingSourceProperty>- Returns:
- a new instance of
CfnDataTransformationProfile.ProfileMappingSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-