| Modifier and Type | Class and Description |
|---|---|
static class |
Column.Jsii$Proxy
An implementation for
Column |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
ITable.getTableColumns()
(experimental) The columns of the table.
|
List<Column> |
ITable.Jsii$Proxy.getTableColumns()
(experimental) The columns of the table.
|
default List<Column> |
ITable.Jsii$Default.getTableColumns()
(experimental) The columns of the table.
|
List<Column> |
Table.getTableColumns()
(experimental) The columns of the table.
|
List<Column> |
TableProps.getTableColumns()
(experimental) The columns of the table.
|
List<Column> |
TableProps.Jsii$Proxy.getTableColumns() |
List<Column> |
TableAttributes.getTableColumns()
(experimental) The columns of the table.
|
List<Column> |
TableAttributes.Jsii$Proxy.getTableColumns() |
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.tableColumns(List<? extends Column> tableColumns)
(experimental) The columns of the table.
|
TableProps.Builder |
TableProps.Builder.tableColumns(List<? extends Column> tableColumns)
Sets the value of
TableProps.getTableColumns() |
TableAttributes.Builder |
TableAttributes.Builder.tableColumns(List<? extends Column> tableColumns)
Sets the value of
TableAttributes.getTableColumns() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
String databaseName,
List<? extends Column> tableColumns,
String tableName)
Constructor that initializes the object based on literal property values passed by the
TableAttributes.Builder. |
Jsii$Proxy(List<? extends Column> tableColumns,
RemovalPolicy removalPolicy,
String tableName,
ICluster cluster,
String databaseName,
ISecret adminUser)
Constructor that initializes the object based on literal property values passed by the
TableProps.Builder. |
Copyright © 2021. All rights reserved.