Class CfnDataTransformationProfile.SourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.healthlake.CfnDataTransformationProfile.SourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataTransformationProfile.SourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataTransformationProfile.SourceProperty
@Stability(Stable)
@Internal
public static final class CfnDataTransformationProfile.SourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataTransformationProfile.SourceProperty
An implementation for
CfnDataTransformationProfile.SourceProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.healthlake.CfnDataTransformationProfile.SourceProperty
CfnDataTransformationProfile.SourceProperty.Builder, CfnDataTransformationProfile.SourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataTransformationProfile.SourceProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectCreate the profile by cloning a specific version of an existing profile.final ObjectCreate the profile from raw Velocity template mapping content.final ObjectCreate the profile from a predefined starter profile of transformation templates.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataTransformationProfile.SourceProperty.Builder.
-
-
Method Details
-
getExistingVersionedProfileId
Description copied from interface:CfnDataTransformationProfile.SourcePropertyCreate the profile by cloning a specific version of an existing profile.Returns union: either
IResolvableorCfnDataTransformationProfile.ExistingVersionedProfileSourceProperty- Specified by:
getExistingVersionedProfileIdin interfaceCfnDataTransformationProfile.SourceProperty- See Also:
-
getProfileMapping
Description copied from interface:CfnDataTransformationProfile.SourcePropertyCreate the profile from raw Velocity template mapping content.Returns union: either
IResolvableorCfnDataTransformationProfile.ProfileMappingSourceProperty- Specified by:
getProfileMappingin interfaceCfnDataTransformationProfile.SourceProperty- See Also:
-
getStarterProfile
Description copied from interface:CfnDataTransformationProfile.SourcePropertyCreate the profile from a predefined starter profile of transformation templates.Returns union: either
IResolvableorCfnDataTransformationProfile.StarterProfileSourceProperty- Specified by:
getStarterProfilein interfaceCfnDataTransformationProfile.SourceProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-