@Stability(value=Stable) @Internal public static final class CfnTable.StorageDescriptorProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTable.StorageDescriptorProperty
CfnTable.StorageDescriptorPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTable.StorageDescriptorProperty.Builder, CfnTable.StorageDescriptorProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTable.StorageDescriptorProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTable.ColumnProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getBucketColumns()
A list of reducer grouping columns, clustering columns, and bucketing columns in the table.
|
Object |
getColumns()
A list of the `Columns` in the table.
|
Object |
getCompressed()
`True` if the data in the table is compressed, or `False` if not.
|
String |
getInputFormat()
The input format: `SequenceFileInputFormat` (binary), or `TextInputFormat` , or a custom format.
|
String |
getLocation()
The physical location of the table.
|
Number |
getNumberOfBuckets()
Must be specified if the table contains any dimension columns.
|
String |
getOutputFormat()
The output format: `SequenceFileOutputFormat` (binary), or `IgnoreKeyTextOutputFormat` , or a custom format.
|
Object |
getParameters()
The user-supplied properties in key-value form.
|
Object |
getSchemaReference()
An object that references a schema stored in the AWS Glue Schema Registry.
|
Object |
getSerdeInfo()
The serialization/deserialization (SerDe) information.
|
Object |
getSkewedInfo()
The information about values that appear frequently in a column (skewed values).
|
Object |
getSortColumns()
A list specifying the sort order of each bucket in the table.
|
Object |
getStoredAsSubDirectories()
`True` if the table data is stored in subdirectories, or `False` if not.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTable.StorageDescriptorProperty.Builder builder)
CfnTable.ColumnProperty.Builder.public final List<String> getBucketColumns()
CfnTable.StorageDescriptorPropertygetBucketColumns in interface CfnTable.StorageDescriptorPropertypublic final Object getColumns()
CfnTable.StorageDescriptorPropertygetColumns in interface CfnTable.StorageDescriptorPropertypublic final Object getCompressed()
CfnTable.StorageDescriptorPropertygetCompressed in interface CfnTable.StorageDescriptorPropertypublic final String getInputFormat()
CfnTable.StorageDescriptorPropertygetInputFormat in interface CfnTable.StorageDescriptorPropertypublic final String getLocation()
CfnTable.StorageDescriptorPropertyBy default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.
getLocation in interface CfnTable.StorageDescriptorPropertypublic final Number getNumberOfBuckets()
CfnTable.StorageDescriptorPropertygetNumberOfBuckets in interface CfnTable.StorageDescriptorPropertypublic final String getOutputFormat()
CfnTable.StorageDescriptorPropertygetOutputFormat in interface CfnTable.StorageDescriptorPropertypublic final Object getParameters()
CfnTable.StorageDescriptorPropertygetParameters in interface CfnTable.StorageDescriptorPropertypublic final Object getSchemaReference()
CfnTable.StorageDescriptorPropertygetSchemaReference in interface CfnTable.StorageDescriptorPropertypublic final Object getSerdeInfo()
CfnTable.StorageDescriptorPropertygetSerdeInfo in interface CfnTable.StorageDescriptorPropertypublic final Object getSkewedInfo()
CfnTable.StorageDescriptorPropertygetSkewedInfo in interface CfnTable.StorageDescriptorPropertypublic final Object getSortColumns()
CfnTable.StorageDescriptorPropertygetSortColumns in interface CfnTable.StorageDescriptorPropertypublic final Object getStoredAsSubDirectories()
CfnTable.StorageDescriptorPropertygetStoredAsSubDirectories in interface CfnTable.StorageDescriptorProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.