@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-14T05:49:11.599Z") @Stability(value=Experimental) public interface TableAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TableAttributes.Builder
A builder for
TableAttributes |
static class |
TableAttributes.Jsii$Proxy
An implementation for
TableAttributes |
| Modifier and Type | Method and Description |
|---|---|
static TableAttributes.Builder |
builder() |
ICluster |
getCluster()
(experimental) The cluster where the table is located.
|
String |
getDatabaseName()
(experimental) The name of the database where the table is located.
|
List<Column> |
getTableColumns()
(experimental) The columns of the table.
|
String |
getTableName()
(experimental) Name of the table.
|
@Stability(value=Experimental) @NotNull ICluster getCluster()
@Stability(value=Experimental) @NotNull String getDatabaseName()
@Stability(value=Experimental) @NotNull List<Column> getTableColumns()
@Stability(value=Experimental) @NotNull String getTableName()
@Stability(value=Experimental) static TableAttributes.Builder builder()
TableAttributes.Builder of TableAttributesCopyright © 2021. All rights reserved.