Interface Table.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Table.Builder,Table>, SdkBuilder<Table.Builder,Table>, SdkPojo
Enclosing class:
Table

public static interface Table.Builder extends SdkPojo, CopyableBuilder<Table.Builder,Table>
  • Method Details

    • tableId

      Table.Builder tableId(String tableId)

      The id of the table.

      Parameters:
      tableId - The id of the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableName

      Table.Builder tableName(String tableName)

      The name of the table.

      Parameters:
      tableName - The name of the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.