Class CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty>
- Enclosing interface:
CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty
@Stability(Stable)
public static final class CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTransformationProfilePropsMixin.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 CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty.Builder profileMapping(IResolvable profileMapping) Sets the value ofCfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty.getProfileMapping()- Parameters:
profileMapping- Map of template file paths to their Velocity template content.- Returns:
this
-
profileMapping
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty.Builder profileMapping(Map<String, String> profileMapping) Sets the value ofCfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty.getProfileMapping()- Parameters:
profileMapping- Map of template file paths to their Velocity template content.- Returns:
this
-
build
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty>- Returns:
- a new instance of
CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-