Uses of Class
software.amazon.awscdk.services.redshift.TableProps.Builder
Packages that use TableProps.Builder
-
Uses of TableProps.Builder in software.amazon.awscdk.services.redshift
Methods in software.amazon.awscdk.services.redshift that return TableProps.BuilderModifier 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()
Sets the value ofTableProps.getTableName()
Constructors in software.amazon.awscdk.services.redshift with parameters of type TableProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(TableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTableProps.Builder
.