Uses of Interface
software.amazon.awssdk.services.honeycode.model.UpsertRowData.Builder
-
Packages that use UpsertRowData.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of UpsertRowData.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return UpsertRowData.Builder Modifier and Type Method Description UpsertRowData.BuilderUpsertRowData.Builder. batchItemId(String batchItemId)An external identifier that represents a single item in the request that is being upserted as part of the BatchUpsertTableRows request.static UpsertRowData.BuilderUpsertRowData. builder()UpsertRowData.BuilderUpsertRowData.Builder. cellsToUpdate(Map<String,CellInput> cellsToUpdate)A map representing the cells to update for the matching rows or an appended row.default UpsertRowData.BuilderUpsertRowData.Builder. filter(Consumer<Filter.Builder> filter)The filter formula to use to find existing matching rows to update.UpsertRowData.BuilderUpsertRowData.Builder. filter(Filter filter)The filter formula to use to find existing matching rows to update.UpsertRowData.BuilderUpsertRowData. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type UpsertRowData.Builder Modifier and Type Method Description static Class<? extends UpsertRowData.Builder>UpsertRowData. serializableBuilderClass()
-