public static interface Table.Builder extends SdkPojo, CopyableBuilder<Table.Builder,Table>
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
tableId(String tableId)
The id of the table.
|
Table.Builder |
tableName(String tableName)
The name of the table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTable.Builder tableId(String tableId)
The id of the table.
tableId - The id of the table.Table.Builder tableName(String tableName)
The name of the table.
tableName - The name of the table.Copyright © 2021. All rights reserved.