Class CfnDataSet.DataPrepConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.DataPrepConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.DataPrepConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.DataPrepConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.DataPrepConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.DataPrepConfigurationProperty
An implementation for
CfnDataSet.DataPrepConfigurationProperty-
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.quicksight.CfnDataSet.DataPrepConfigurationProperty
CfnDataSet.DataPrepConfigurationProperty.Builder, CfnDataSet.DataPrepConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.DataPrepConfigurationProperty.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 ObjectA map of destination tables that receive the final prepared data.final ObjectA map of source tables that provide information about underlying sources.final ObjectA map of transformation steps that process the data.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 theCfnDataSet.DataPrepConfigurationProperty.Builder.
-
-
Method Details
-
getDestinationTableMap
Description copied from interface:CfnDataSet.DataPrepConfigurationPropertyA map of destination tables that receive the final prepared data.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnDataSet.DestinationTableProperty>- Specified by:
getDestinationTableMapin interfaceCfnDataSet.DataPrepConfigurationProperty- See Also:
-
getSourceTableMap
Description copied from interface:CfnDataSet.DataPrepConfigurationPropertyA map of source tables that provide information about underlying sources.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnDataSet.SourceTableProperty>- Specified by:
getSourceTableMapin interfaceCfnDataSet.DataPrepConfigurationProperty- See Also:
-
getTransformStepMap
Description copied from interface:CfnDataSet.DataPrepConfigurationPropertyA map of transformation steps that process the data.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnDataSet.TransformStepProperty>- Specified by:
getTransformStepMapin interfaceCfnDataSet.DataPrepConfigurationProperty- 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()
-