Class CfnDataSetPropsMixin.PhysicalTableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.PhysicalTableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.PhysicalTableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.PhysicalTableProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.PhysicalTableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.PhysicalTableProperty
An implementation for
CfnDataSetPropsMixin.PhysicalTableProperty-
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.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.PhysicalTableProperty
CfnDataSetPropsMixin.PhysicalTableProperty.Builder, CfnDataSetPropsMixin.PhysicalTableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.PhysicalTableProperty.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 physical table type built from the results of the custom SQL query.final ObjectA physical table type for relational data sources.final ObjectA physical table type for as S3 data source.final ObjectA physical table type for Software-as-a-Service (SaaS) sources.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 theCfnDataSetPropsMixin.PhysicalTableProperty.Builder.
-
-
Method Details
-
getCustomSql
Description copied from interface:CfnDataSetPropsMixin.PhysicalTablePropertyA physical table type built from the results of the custom SQL query.Returns union: either
IResolvableorCfnDataSetPropsMixin.CustomSqlProperty- Specified by:
getCustomSqlin interfaceCfnDataSetPropsMixin.PhysicalTableProperty- See Also:
-
getRelationalTable
Description copied from interface:CfnDataSetPropsMixin.PhysicalTablePropertyA physical table type for relational data sources.Returns union: either
IResolvableorCfnDataSetPropsMixin.RelationalTableProperty- Specified by:
getRelationalTablein interfaceCfnDataSetPropsMixin.PhysicalTableProperty- See Also:
-
getS3Source
Description copied from interface:CfnDataSetPropsMixin.PhysicalTablePropertyA physical table type for as S3 data source.Returns union: either
IResolvableorCfnDataSetPropsMixin.S3SourceProperty- Specified by:
getS3Sourcein interfaceCfnDataSetPropsMixin.PhysicalTableProperty- See Also:
-
getSaaSTable
Description copied from interface:CfnDataSetPropsMixin.PhysicalTablePropertyA physical table type for Software-as-a-Service (SaaS) sources.Returns union: either
IResolvableorCfnDataSetPropsMixin.SaaSTableProperty- Specified by:
getSaaSTablein interfaceCfnDataSetPropsMixin.PhysicalTableProperty- 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()
-