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