Class CfnDataSet.PhysicalTableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.PhysicalTableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.PhysicalTableProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.PhysicalTableProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.PhysicalTableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.PhysicalTableProperty
An implementation for
CfnDataSet.PhysicalTableProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSet.PhysicalTableProperty
CfnDataSet.PhysicalTableProperty.Builder, CfnDataSet.PhysicalTableProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSet.PhysicalTableProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
A physical table type built from the results of the custom SQL query.final Object
A physical table type for relational data sources.final Object
A physical table type for as S3 data source.final int
hashCode()
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.PhysicalTableProperty.Builder
.
-
-
Method Details
-
getCustomSql
Description copied from interface:CfnDataSet.PhysicalTableProperty
A physical table type built from the results of the custom SQL query.- Specified by:
getCustomSql
in interfaceCfnDataSet.PhysicalTableProperty
- See Also:
-
getRelationalTable
Description copied from interface:CfnDataSet.PhysicalTableProperty
A physical table type for relational data sources.- Specified by:
getRelationalTable
in interfaceCfnDataSet.PhysicalTableProperty
- See Also:
-
getS3Source
Description copied from interface:CfnDataSet.PhysicalTableProperty
A physical table type for as S3 data source.- Specified by:
getS3Source
in interfaceCfnDataSet.PhysicalTableProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-