Uses of Interface
software.amazon.awssdk.services.honeycode.model.ResultRow.Builder
-
Packages that use ResultRow.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ResultRow.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ResultRow.Builder Modifier and Type Method Description static ResultRow.BuilderResultRow. builder()ResultRow.BuilderResultRow.Builder. dataItems(Collection<DataItem> dataItems)List of all the data cells in a row.ResultRow.BuilderResultRow.Builder. dataItems(Consumer<DataItem.Builder>... dataItems)List of all the data cells in a row.ResultRow.BuilderResultRow.Builder. dataItems(DataItem... dataItems)List of all the data cells in a row.ResultRow.BuilderResultRow.Builder. rowId(String rowId)The ID for a particular row.ResultRow.BuilderResultRow. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ResultRow.Builder Modifier and Type Method Description static Class<? extends ResultRow.Builder>ResultRow. serializableBuilderClass()
-