public static interface TableRow.Builder extends SdkPojo, CopyableBuilder<TableRow.Builder,TableRow>
| Modifier and Type | Method and Description |
|---|---|
TableRow.Builder |
cells(Collection<TableCell> cells)
A list of table cells in a row.
|
TableRow.Builder |
cells(Consumer<TableCell.Builder>... cells)
A list of table cells in a row.
|
TableRow.Builder |
cells(TableCell... cells)
A list of table cells in a row.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableRow.Builder cells(Collection<TableCell> cells)
A list of table cells in a row.
cells - A list of table cells in a row.TableRow.Builder cells(TableCell... cells)
A list of table cells in a row.
cells - A list of table cells in a row.TableRow.Builder cells(Consumer<TableCell.Builder>... cells)
A list of table cells in a row.
This is a convenience method that creates an instance of theTableCell.Builder avoiding the need to create one
manually via TableCell.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #cells(List.
cells - a consumer that will call methods on
TableCell.Builder#cells(java.util.Collection) Copyright © 2023. All rights reserved.