@Stability(value=Stable) @Internal public static final class CfnTable.StorageDescriptorProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTable.StorageDescriptorProperty
CfnTable.StorageDescriptorProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnTable.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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.StorageDescriptorProperty
getBucketColumns
in interface CfnTable.StorageDescriptorProperty
public final Object getColumns()
CfnTable.StorageDescriptorProperty
getColumns
in interface CfnTable.StorageDescriptorProperty
public final Object getCompressed()
CfnTable.StorageDescriptorProperty
getCompressed
in interface CfnTable.StorageDescriptorProperty
public final String getInputFormat()
CfnTable.StorageDescriptorProperty
getInputFormat
in interface CfnTable.StorageDescriptorProperty
public final String getLocation()
CfnTable.StorageDescriptorProperty
By 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.StorageDescriptorProperty
public final Number getNumberOfBuckets()
CfnTable.StorageDescriptorProperty
getNumberOfBuckets
in interface CfnTable.StorageDescriptorProperty
public final String getOutputFormat()
CfnTable.StorageDescriptorProperty
getOutputFormat
in interface CfnTable.StorageDescriptorProperty
public final Object getParameters()
CfnTable.StorageDescriptorProperty
getParameters
in interface CfnTable.StorageDescriptorProperty
public final Object getSchemaReference()
CfnTable.StorageDescriptorProperty
getSchemaReference
in interface CfnTable.StorageDescriptorProperty
public final Object getSerdeInfo()
CfnTable.StorageDescriptorProperty
getSerdeInfo
in interface CfnTable.StorageDescriptorProperty
public final Object getSkewedInfo()
CfnTable.StorageDescriptorProperty
getSkewedInfo
in interface CfnTable.StorageDescriptorProperty
public final Object getSortColumns()
CfnTable.StorageDescriptorProperty
getSortColumns
in interface CfnTable.StorageDescriptorProperty
public final Object getStoredAsSubDirectories()
CfnTable.StorageDescriptorProperty
getStoredAsSubDirectories
in interface CfnTable.StorageDescriptorProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.