Uses of Class
software.amazon.awscdk.services.redshift.alpha.TableProps.Builder
Package
Description
Amazon Redshift Construct Library
-
Uses of TableProps.Builder in software.amazon.awscdk.services.redshift.alpha
Modifier and TypeMethodDescriptionSets the value ofDatabaseOptions.getAdminUser()
static TableProps.Builder
TableProps.builder()
Sets the value ofDatabaseOptions.getCluster()
TableProps.Builder.databaseName
(String databaseName) Sets the value ofDatabaseOptions.getDatabaseName()
TableProps.Builder.distStyle
(TableDistStyle distStyle) Sets the value ofTableProps.getDistStyle()
TableProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofTableProps.getRemovalPolicy()
TableProps.Builder.sortStyle
(TableSortStyle sortStyle) Sets the value ofTableProps.getSortStyle()
TableProps.Builder.tableColumns
(List<? extends Column> tableColumns) Sets the value ofTableProps.getTableColumns()
TableProps.Builder.tableComment
(String tableComment) Sets the value ofTableProps.getTableComment()
Sets the value ofTableProps.getTableName()
Sets the value ofTableProps.getTimeout()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(TableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTableProps.Builder
.