Class CfnTableOptimizerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnTableOptimizerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTableOptimizerProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTableOptimizerProps
@Stability(Stable)
@Internal
public static final class CfnTableOptimizerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTableOptimizerProps
An implementation for
CfnTableOptimizerProps
-
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.glue.CfnTableOptimizerProps
CfnTableOptimizerProps.Builder, CfnTableOptimizerProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTableOptimizerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTableOptimizerProps.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 String
The catalog ID of the table.final String
The name of the database.final String
The table name.final Object
Specifies configuration details of a table optimizer.final String
getType()
The type of table optimizer.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 theCfnTableOptimizerProps.Builder
.
-
-
Method Details
-
getCatalogId
Description copied from interface:CfnTableOptimizerProps
The catalog ID of the table.- Specified by:
getCatalogId
in interfaceCfnTableOptimizerProps
- See Also:
-
getDatabaseName
Description copied from interface:CfnTableOptimizerProps
The name of the database.For Hive compatibility, this is folded to lowercase when it is stored.
- Specified by:
getDatabaseName
in interfaceCfnTableOptimizerProps
- See Also:
-
getTableName
Description copied from interface:CfnTableOptimizerProps
The table name.For Hive compatibility, this must be entirely lowercase.
- Specified by:
getTableName
in interfaceCfnTableOptimizerProps
- See Also:
-
getTableOptimizerConfiguration
Description copied from interface:CfnTableOptimizerProps
Specifies configuration details of a table optimizer.- Specified by:
getTableOptimizerConfiguration
in interfaceCfnTableOptimizerProps
- See Also:
-
getType
Description copied from interface:CfnTableOptimizerProps
The type of table optimizer.Currently, the only valid value is compaction.
- Specified by:
getType
in interfaceCfnTableOptimizerProps
- 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()
-