Interface CfnDataTransformationProfile.StarterProfileSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataTransformationProfile.StarterProfileSourceProperty.Jsii$Proxy
- Enclosing class:
CfnDataTransformationProfile
@Stability(Stable)
public static interface CfnDataTransformationProfile.StarterProfileSourceProperty
extends software.amazon.jsii.JsiiSerializable
Create the profile from a predefined starter profile of transformation templates.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.healthlake.*;
StarterProfileSourceProperty starterProfileSourceProperty = StarterProfileSourceProperty.builder()
.starterProfileName("starterProfileName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataTransformationProfile.StarterProfileSourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of the starter profile to seed the profile from.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStarterProfileName
The name of the starter profile to seed the profile from.- See Also:
-
builder
@Stability(Stable) static CfnDataTransformationProfile.StarterProfileSourceProperty.Builder builder()
-