Class CfnPartition.StorageDescriptorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnPartition.StorageDescriptorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPartition.StorageDescriptorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartition.StorageDescriptorProperty
@Stability(Stable)
@Internal
public static final class CfnPartition.StorageDescriptorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartition.StorageDescriptorProperty
An implementation for
CfnPartition.StorageDescriptorProperty
-
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.CfnPartition.StorageDescriptorProperty
CfnPartition.StorageDescriptorProperty.Builder, CfnPartition.StorageDescriptorProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPartition.StorageDescriptorProperty.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
A list of reducer grouping columns, clustering columns, and bucketing columns in the table.final Object
A list of theColumns
in the table.final Object
True
if the data in the table is compressed, orFalse
if not.final String
The input format:SequenceFileInputFormat
(binary), orTextInputFormat
, or a custom format.final String
The physical location of the table.final Number
The number of buckets.final String
The output format:SequenceFileOutputFormat
(binary), orIgnoreKeyTextOutputFormat
, or a custom format.final Object
The user-supplied properties in key-value form.final Object
An object that references a schema stored in the AWS Glue Schema Registry.final Object
The serialization/deserialization (SerDe) information.final Object
The information about values that appear frequently in a column (skewed values).final Object
A list specifying the sort order of each bucket in the table.final Object
True
if the table data is stored in subdirectories, orFalse
if not.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 theCfnPartition.StorageDescriptorProperty.Builder
.
-
-
Method Details
-
getBucketColumns
Description copied from interface:CfnPartition.StorageDescriptorProperty
A list of reducer grouping columns, clustering columns, and bucketing columns in the table.- Specified by:
getBucketColumns
in interfaceCfnPartition.StorageDescriptorProperty
-
getColumns
Description copied from interface:CfnPartition.StorageDescriptorProperty
A list of theColumns
in the table.- Specified by:
getColumns
in interfaceCfnPartition.StorageDescriptorProperty
-
getCompressed
Description copied from interface:CfnPartition.StorageDescriptorProperty
True
if the data in the table is compressed, orFalse
if not.- Specified by:
getCompressed
in interfaceCfnPartition.StorageDescriptorProperty
-
getInputFormat
Description copied from interface:CfnPartition.StorageDescriptorProperty
The input format:SequenceFileInputFormat
(binary), orTextInputFormat
, or a custom format.- Specified by:
getInputFormat
in interfaceCfnPartition.StorageDescriptorProperty
-
getLocation
Description copied from interface:CfnPartition.StorageDescriptorProperty
The physical location of the table.By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.
- Specified by:
getLocation
in interfaceCfnPartition.StorageDescriptorProperty
-
getNumberOfBuckets
Description copied from interface:CfnPartition.StorageDescriptorProperty
The number of buckets.You must specify this property if the partition contains any dimension columns.
- Specified by:
getNumberOfBuckets
in interfaceCfnPartition.StorageDescriptorProperty
-
getOutputFormat
Description copied from interface:CfnPartition.StorageDescriptorProperty
The output format:SequenceFileOutputFormat
(binary), orIgnoreKeyTextOutputFormat
, or a custom format.- Specified by:
getOutputFormat
in interfaceCfnPartition.StorageDescriptorProperty
-
getParameters
Description copied from interface:CfnPartition.StorageDescriptorProperty
The user-supplied properties in key-value form.- Specified by:
getParameters
in interfaceCfnPartition.StorageDescriptorProperty
-
getSchemaReference
Description copied from interface:CfnPartition.StorageDescriptorProperty
An object that references a schema stored in the AWS Glue Schema Registry.- Specified by:
getSchemaReference
in interfaceCfnPartition.StorageDescriptorProperty
-
getSerdeInfo
Description copied from interface:CfnPartition.StorageDescriptorProperty
The serialization/deserialization (SerDe) information.- Specified by:
getSerdeInfo
in interfaceCfnPartition.StorageDescriptorProperty
-
getSkewedInfo
Description copied from interface:CfnPartition.StorageDescriptorProperty
The information about values that appear frequently in a column (skewed values).- Specified by:
getSkewedInfo
in interfaceCfnPartition.StorageDescriptorProperty
-
getSortColumns
Description copied from interface:CfnPartition.StorageDescriptorProperty
A list specifying the sort order of each bucket in the table.- Specified by:
getSortColumns
in interfaceCfnPartition.StorageDescriptorProperty
-
getStoredAsSubDirectories
Description copied from interface:CfnPartition.StorageDescriptorProperty
True
if the table data is stored in subdirectories, orFalse
if not.- Specified by:
getStoredAsSubDirectories
in interfaceCfnPartition.StorageDescriptorProperty
-
$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()
-