Class CfnDataTransformationProfile.StarterProfileSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.healthlake.CfnDataTransformationProfile.StarterProfileSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTransformationProfile.StarterProfileSourceProperty>
- Enclosing interface:
CfnDataTransformationProfile.StarterProfileSourceProperty
@Stability(Stable)
public static final class CfnDataTransformationProfile.StarterProfileSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTransformationProfile.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 CfnDataTransformationProfile.StarterProfileSourceProperty.Builder starterProfileName(String starterProfileName) - Parameters:
starterProfileName- The name of the starter profile to seed the profile from. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTransformationProfile.StarterProfileSourceProperty>- Returns:
- a new instance of
CfnDataTransformationProfile.StarterProfileSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-