public static final class CfnPartition.StorageDescriptorProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPartition.StorageDescriptorProperty
CfnPartition.StorageDescriptorProperty
CfnPartition.StorageDescriptorProperty.Builder, CfnPartition.StorageDescriptorProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.util.List<java.lang.String> |
getBucketColumns()
A list of reducer grouping columns, clustering columns, and bucketing columns in the table.
|
java.lang.Object |
getColumns()
A list of the `Columns` in the table.
|
java.lang.Object |
getCompressed()
`True` if the data in the table is compressed, or `False` if not.
|
java.lang.String |
getInputFormat()
The input format: `SequenceFileInputFormat` (binary), or `TextInputFormat` , or a custom format.
|
java.lang.String |
getLocation()
The physical location of the table.
|
java.lang.Number |
getNumberOfBuckets()
The number of buckets.
|
java.lang.String |
getOutputFormat()
The output format: `SequenceFileOutputFormat` (binary), or `IgnoreKeyTextOutputFormat` , or a custom format.
|
java.lang.Object |
getParameters()
The user-supplied properties in key-value form.
|
java.lang.Object |
getSchemaReference()
An object that references a schema stored in the AWS Glue Schema Registry.
|
java.lang.Object |
getSerdeInfo()
The serialization/deserialization (SerDe) information.
|
java.lang.Object |
getSkewedInfo()
The information about values that appear frequently in a column (skewed values).
|
java.lang.Object |
getSortColumns()
A list specifying the sort order of each bucket in the table.
|
java.lang.Object |
getStoredAsSubDirectories()
`True` if the table data is stored in subdirectories, or `False` if not.
|
int |
hashCode() |
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.public final java.util.List<java.lang.String> getBucketColumns()
CfnPartition.StorageDescriptorProperty
getBucketColumns
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.Object getColumns()
CfnPartition.StorageDescriptorProperty
getColumns
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.Object getCompressed()
CfnPartition.StorageDescriptorProperty
getCompressed
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.String getInputFormat()
CfnPartition.StorageDescriptorProperty
getInputFormat
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.String getLocation()
CfnPartition.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 CfnPartition.StorageDescriptorProperty
public final java.lang.Number getNumberOfBuckets()
CfnPartition.StorageDescriptorProperty
You must specify this property if the partition contains any dimension columns.
getNumberOfBuckets
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.String getOutputFormat()
CfnPartition.StorageDescriptorProperty
getOutputFormat
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.Object getParameters()
CfnPartition.StorageDescriptorProperty
getParameters
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.Object getSchemaReference()
CfnPartition.StorageDescriptorProperty
getSchemaReference
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.Object getSerdeInfo()
CfnPartition.StorageDescriptorProperty
getSerdeInfo
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.Object getSkewedInfo()
CfnPartition.StorageDescriptorProperty
getSkewedInfo
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.Object getSortColumns()
CfnPartition.StorageDescriptorProperty
getSortColumns
in interface CfnPartition.StorageDescriptorProperty
public final java.lang.Object getStoredAsSubDirectories()
CfnPartition.StorageDescriptorProperty
getStoredAsSubDirectories
in interface CfnPartition.StorageDescriptorProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()