Class CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty>
- Enclosing interface:
CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty
@Stability(Stable)
public static final class CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.starterProfileName(String starterProfileName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
starterProfileName
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty.Builder starterProfileName(String starterProfileName) Sets the value ofCfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty.getStarterProfileName()- Parameters:
starterProfileName- The name of the starter profile to seed the profile from.- Returns:
this
-
build
@Stability(Stable) public CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty>- Returns:
- a new instance of
CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-