Class CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.healthlake.CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty>
- Enclosing interface:
CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty
@Stability(Stable)
public static final class CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
profileId
@Stability(Stable) public CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty.Builder profileId(String profileId) Sets the value ofCfnDataTransformationProfile.ExistingVersionedProfileSourceProperty.getProfileId()- Parameters:
profileId- The unique identifier of the source profile to clone. This parameter is required.- Returns:
this
-
version
@Stability(Stable) public CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty.Builder version(Number version) - Parameters:
version- The version number of the source profile to clone. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty>- Returns:
- a new instance of
CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-