| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
UpsertRowData.Builder |
UpsertRowData.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.Builder |
UpsertRowData.builder() |
UpsertRowData.Builder |
UpsertRowData.Builder.cellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update for the matching rows or an appended row.
|
default UpsertRowData.Builder |
UpsertRowData.Builder.filter(Consumer<Filter.Builder> filter)
The filter formula to use to find existing matching rows to update.
|
UpsertRowData.Builder |
UpsertRowData.Builder.filter(Filter filter)
The filter formula to use to find existing matching rows to update.
|
UpsertRowData.Builder |
UpsertRowData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpsertRowData.Builder> |
UpsertRowData.serializableBuilderClass() |
Copyright © 2021. All rights reserved.