Class CfnTableProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnTableProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTableProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTableProps
@Stability(Stable)
@Internal
public static final class CfnTableProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTableProps
An implementation for
CfnTableProps-
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.glue.CfnTableProps
CfnTableProps.Builder, CfnTableProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTableProps.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 StringThe ID of the Data Catalog in which to create theTable.final StringThe name of the database where the table metadata resides.final ObjectSpecifies anOpenTableFormatInputstructure when creating an open format table.final ObjectA structure used to define a table.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 theCfnTableProps.Builder.
-
-
Method Details
-
getCatalogId
Description copied from interface:CfnTablePropsThe ID of the Data Catalog in which to create theTable.- Specified by:
getCatalogIdin interfaceCfnTableProps- See Also:
-
getDatabaseName
Description copied from interface:CfnTablePropsThe name of the database where the table metadata resides.For Hive compatibility, this must be all lowercase.
- Specified by:
getDatabaseNamein interfaceCfnTableProps- See Also:
-
getTableInput
Description copied from interface:CfnTablePropsA structure used to define a table.Returns union: either
IResolvableorCfnTable.TableInputProperty- Specified by:
getTableInputin interfaceCfnTableProps- See Also:
-
getOpenTableFormatInput
Description copied from interface:CfnTablePropsSpecifies anOpenTableFormatInputstructure when creating an open format table.Returns union: either
IResolvableorCfnTable.OpenTableFormatInputProperty- Specified by:
getOpenTableFormatInputin interfaceCfnTableProps- 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()
-