@Stability(value=Stable) public static final class CfnPartition.StorageDescriptorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPartition.StorageDescriptorProperty>
CfnPartition.StorageDescriptorProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder bucketColumns(List<String> bucketColumns)
CfnPartition.StorageDescriptorProperty.getBucketColumns()bucketColumns - A list of reducer grouping columns, clustering columns, and bucketing columns in the table.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder columns(IResolvable columns)
CfnPartition.StorageDescriptorProperty.getColumns()columns - A list of the `Columns` in the table.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder columns(List<? extends Object> columns)
CfnPartition.StorageDescriptorProperty.getColumns()columns - A list of the `Columns` in the table.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder compressed(Boolean compressed)
CfnPartition.StorageDescriptorProperty.getCompressed()compressed - `True` if the data in the table is compressed, or `False` if not.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder compressed(IResolvable compressed)
CfnPartition.StorageDescriptorProperty.getCompressed()compressed - `True` if the data in the table is compressed, or `False` if not.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder inputFormat(String inputFormat)
CfnPartition.StorageDescriptorProperty.getInputFormat()inputFormat - The input format: `SequenceFileInputFormat` (binary), or `TextInputFormat` , or a custom format.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder location(String location)
CfnPartition.StorageDescriptorProperty.getLocation()location - 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.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder numberOfBuckets(Number numberOfBuckets)
CfnPartition.StorageDescriptorProperty.getNumberOfBuckets()numberOfBuckets - The number of buckets.
You must specify this property if the partition contains any dimension columns.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder outputFormat(String outputFormat)
CfnPartition.StorageDescriptorProperty.getOutputFormat()outputFormat - The output format: `SequenceFileOutputFormat` (binary), or `IgnoreKeyTextOutputFormat` , or a custom format.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder parameters(Object parameters)
CfnPartition.StorageDescriptorProperty.getParameters()parameters - The user-supplied properties in key-value form.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder schemaReference(CfnPartition.SchemaReferenceProperty schemaReference)
CfnPartition.StorageDescriptorProperty.getSchemaReference()schemaReference - An object that references a schema stored in the AWS Glue Schema Registry.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder schemaReference(IResolvable schemaReference)
CfnPartition.StorageDescriptorProperty.getSchemaReference()schemaReference - An object that references a schema stored in the AWS Glue Schema Registry.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder serdeInfo(CfnPartition.SerdeInfoProperty serdeInfo)
CfnPartition.StorageDescriptorProperty.getSerdeInfo()serdeInfo - The serialization/deserialization (SerDe) information.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder serdeInfo(IResolvable serdeInfo)
CfnPartition.StorageDescriptorProperty.getSerdeInfo()serdeInfo - The serialization/deserialization (SerDe) information.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder skewedInfo(CfnPartition.SkewedInfoProperty skewedInfo)
CfnPartition.StorageDescriptorProperty.getSkewedInfo()skewedInfo - The information about values that appear frequently in a column (skewed values).this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder skewedInfo(IResolvable skewedInfo)
CfnPartition.StorageDescriptorProperty.getSkewedInfo()skewedInfo - The information about values that appear frequently in a column (skewed values).this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder sortColumns(IResolvable sortColumns)
CfnPartition.StorageDescriptorProperty.getSortColumns()sortColumns - A list specifying the sort order of each bucket in the table.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder sortColumns(List<? extends Object> sortColumns)
CfnPartition.StorageDescriptorProperty.getSortColumns()sortColumns - A list specifying the sort order of each bucket in the table.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder storedAsSubDirectories(Boolean storedAsSubDirectories)
CfnPartition.StorageDescriptorProperty.getStoredAsSubDirectories()storedAsSubDirectories - `True` if the table data is stored in subdirectories, or `False` if not.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty.Builder storedAsSubDirectories(IResolvable storedAsSubDirectories)
CfnPartition.StorageDescriptorProperty.getStoredAsSubDirectories()storedAsSubDirectories - `True` if the table data is stored in subdirectories, or `False` if not.this@Stability(value=Stable) public CfnPartition.StorageDescriptorProperty build()
build in interface software.amazon.jsii.Builder<CfnPartition.StorageDescriptorProperty>CfnPartition.StorageDescriptorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.