Uses of Class
software.amazon.awscdk.services.glue.CfnPartition.StorageDescriptorProperty.Builder
-
Uses of CfnPartition.StorageDescriptorProperty.Builder in software.amazon.awscdk.services.glue
Modifier and TypeMethodDescriptionCfnPartition.StorageDescriptorProperty.Builder.bucketColumns
(List<String> bucketColumns) Sets the value ofCfnPartition.StorageDescriptorProperty.getBucketColumns()
CfnPartition.StorageDescriptorProperty.builder()
Sets the value ofCfnPartition.StorageDescriptorProperty.getColumns()
CfnPartition.StorageDescriptorProperty.Builder.columns
(IResolvable columns) Sets the value ofCfnPartition.StorageDescriptorProperty.getColumns()
CfnPartition.StorageDescriptorProperty.Builder.compressed
(Boolean compressed) Sets the value ofCfnPartition.StorageDescriptorProperty.getCompressed()
CfnPartition.StorageDescriptorProperty.Builder.compressed
(IResolvable compressed) Sets the value ofCfnPartition.StorageDescriptorProperty.getCompressed()
CfnPartition.StorageDescriptorProperty.Builder.inputFormat
(String inputFormat) Sets the value ofCfnPartition.StorageDescriptorProperty.getInputFormat()
Sets the value ofCfnPartition.StorageDescriptorProperty.getLocation()
CfnPartition.StorageDescriptorProperty.Builder.numberOfBuckets
(Number numberOfBuckets) Sets the value ofCfnPartition.StorageDescriptorProperty.getNumberOfBuckets()
CfnPartition.StorageDescriptorProperty.Builder.outputFormat
(String outputFormat) Sets the value ofCfnPartition.StorageDescriptorProperty.getOutputFormat()
CfnPartition.StorageDescriptorProperty.Builder.parameters
(Object parameters) Sets the value ofCfnPartition.StorageDescriptorProperty.getParameters()
CfnPartition.StorageDescriptorProperty.Builder.schemaReference
(IResolvable schemaReference) Sets the value ofCfnPartition.StorageDescriptorProperty.getSchemaReference()
CfnPartition.StorageDescriptorProperty.Builder.schemaReference
(CfnPartition.SchemaReferenceProperty schemaReference) Sets the value ofCfnPartition.StorageDescriptorProperty.getSchemaReference()
CfnPartition.StorageDescriptorProperty.Builder.serdeInfo
(IResolvable serdeInfo) Sets the value ofCfnPartition.StorageDescriptorProperty.getSerdeInfo()
CfnPartition.StorageDescriptorProperty.Builder.serdeInfo
(CfnPartition.SerdeInfoProperty serdeInfo) Sets the value ofCfnPartition.StorageDescriptorProperty.getSerdeInfo()
CfnPartition.StorageDescriptorProperty.Builder.skewedInfo
(IResolvable skewedInfo) Sets the value ofCfnPartition.StorageDescriptorProperty.getSkewedInfo()
CfnPartition.StorageDescriptorProperty.Builder.skewedInfo
(CfnPartition.SkewedInfoProperty skewedInfo) Sets the value ofCfnPartition.StorageDescriptorProperty.getSkewedInfo()
CfnPartition.StorageDescriptorProperty.Builder.sortColumns
(List<? extends Object> sortColumns) Sets the value ofCfnPartition.StorageDescriptorProperty.getSortColumns()
CfnPartition.StorageDescriptorProperty.Builder.sortColumns
(IResolvable sortColumns) Sets the value ofCfnPartition.StorageDescriptorProperty.getSortColumns()
CfnPartition.StorageDescriptorProperty.Builder.storedAsSubDirectories
(Boolean storedAsSubDirectories) Sets the value ofCfnPartition.StorageDescriptorProperty.getStoredAsSubDirectories()
CfnPartition.StorageDescriptorProperty.Builder.storedAsSubDirectories
(IResolvable storedAsSubDirectories) Sets the value ofCfnPartition.StorageDescriptorProperty.getStoredAsSubDirectories()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPartition.StorageDescriptorProperty.Builder
.