Uses of Class
software.amazon.awscdk.services.glue.alpha.TableProps.Builder
-
Uses of TableProps.Builder in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionSets the value ofS3TableProps.getBucket()
static TableProps.Builder
TableProps.builder()
Sets the value ofTableBaseProps.getColumns()
TableProps.Builder.compressed
(Boolean compressed) Sets the value ofTableBaseProps.getCompressed()
Sets the value ofTableBaseProps.getDatabase()
TableProps.Builder.dataFormat
(DataFormat dataFormat) Sets the value ofTableBaseProps.getDataFormat()
TableProps.Builder.description
(String description) Sets the value ofTableBaseProps.getDescription()
TableProps.Builder.enablePartitionFiltering
(Boolean enablePartitionFiltering) Sets the value ofTableBaseProps.getEnablePartitionFiltering()
TableProps.Builder.encryption
(TableEncryption encryption) Sets the value ofS3TableProps.getEncryption()
TableProps.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofS3TableProps.getEncryptionKey()
TableProps.Builder.parameters
(Map<String, String> parameters) Sets the value ofTableBaseProps.getParameters()
TableProps.Builder.partitionIndexes
(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableBaseProps.getPartitionIndexes()
TableProps.Builder.partitionKeys
(List<? extends Column> partitionKeys) Sets the value ofTableBaseProps.getPartitionKeys()
Sets the value ofS3TableProps.getS3Prefix()
TableProps.Builder.storageParameters
(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()
TableProps.Builder.storedAsSubDirectories
(Boolean storedAsSubDirectories) Sets the value ofTableBaseProps.getStoredAsSubDirectories()
Sets the value ofTableBaseProps.getTableName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(TableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTableProps.Builder
.