Class CfnDataTransformationProfilePropsMixin.SourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnDataTransformationProfilePropsMixin.SourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataTransformationProfilePropsMixin.SourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataTransformationProfilePropsMixin.SourceProperty
@Stability(Stable)
@Internal
public static final class CfnDataTransformationProfilePropsMixin.SourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataTransformationProfilePropsMixin.SourceProperty
An implementation for
CfnDataTransformationProfilePropsMixin.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.cfnpropertymixins.services.healthlake.CfnDataTransformationProfilePropsMixin.SourceProperty
CfnDataTransformationProfilePropsMixin.SourceProperty.Builder, CfnDataTransformationProfilePropsMixin.SourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataTransformationProfilePropsMixin.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 theCfnDataTransformationProfilePropsMixin.SourceProperty.Builder.
-
-
Method Details
-
getExistingVersionedProfileId
Description copied from interface:CfnDataTransformationProfilePropsMixin.SourcePropertyCreate the profile by cloning a specific version of an existing profile.Returns union: either
IResolvableorCfnDataTransformationProfilePropsMixin.ExistingVersionedProfileSourceProperty- Specified by:
getExistingVersionedProfileIdin interfaceCfnDataTransformationProfilePropsMixin.SourceProperty- See Also:
-
getProfileMapping
Description copied from interface:CfnDataTransformationProfilePropsMixin.SourcePropertyCreate the profile from raw Velocity template mapping content.Returns union: either
IResolvableorCfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty- Specified by:
getProfileMappingin interfaceCfnDataTransformationProfilePropsMixin.SourceProperty- See Also:
-
getStarterProfile
Description copied from interface:CfnDataTransformationProfilePropsMixin.SourcePropertyCreate the profile from a predefined starter profile of transformation templates.Returns union: either
IResolvableorCfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty- Specified by:
getStarterProfilein interfaceCfnDataTransformationProfilePropsMixin.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()
-