Uses of Interface
software.amazon.awssdk.services.honeycode.model.TableRow.Builder
-
Packages that use TableRow.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of TableRow.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return TableRow.Builder Modifier and Type Method Description static TableRow.BuilderTableRow. builder()TableRow.BuilderTableRow.Builder. cells(Collection<Cell> cells)A list of cells in the table row.TableRow.BuilderTableRow.Builder. cells(Consumer<Cell.Builder>... cells)A list of cells in the table row.TableRow.BuilderTableRow.Builder. cells(Cell... cells)A list of cells in the table row.TableRow.BuilderTableRow.Builder. rowId(String rowId)The id of the row in the table.TableRow.BuilderTableRow. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type TableRow.Builder Modifier and Type Method Description static Class<? extends TableRow.Builder>TableRow. serializableBuilderClass()
-