| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
static TableRow.Builder |
TableRow.builder() |
TableRow.Builder |
TableRow.Builder.cells(Cell... cells)
A list of cells in the table row.
|
TableRow.Builder |
TableRow.Builder.cells(Collection<Cell> cells)
A list of cells in the table row.
|
TableRow.Builder |
TableRow.Builder.cells(Consumer<Cell.Builder>... cells)
A list of cells in the table row.
|
TableRow.Builder |
TableRow.Builder.rowId(String rowId)
The id of the row in the table.
|
TableRow.Builder |
TableRow.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TableRow.Builder> |
TableRow.serializableBuilderClass() |
Copyright © 2023. All rights reserved.