| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.builder() |
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.failedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.rows(Map<String,UpsertRowsResult> rows)
A map with the batch item id as the key and the result of the upsert operation as the value.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.toBuilder() |
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.workbookCursor(Long workbookCursor)
The updated workbook cursor after updating or appending rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchUpsertTableRowsResponse.Builder> |
BatchUpsertTableRowsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.