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