static BatchDeleteTableRowsResponse.Builder |
BatchDeleteTableRowsResponse.builder() |
|
BatchDeleteTableRowsResponse.Builder |
BatchDeleteTableRowsResponse.Builder.failedBatchItems(Collection<FailedBatchItem> failedBatchItems) |
The list of row ids in the request that could not be deleted from the table.
|
BatchDeleteTableRowsResponse.Builder |
BatchDeleteTableRowsResponse.Builder.failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems) |
The list of row ids in the request that could not be deleted from the table.
|
BatchDeleteTableRowsResponse.Builder |
BatchDeleteTableRowsResponse.Builder.failedBatchItems(FailedBatchItem... failedBatchItems) |
The list of row ids in the request that could not be deleted from the table.
|
BatchDeleteTableRowsResponse.Builder |
BatchDeleteTableRowsResponse.toBuilder() |
|
BatchDeleteTableRowsResponse.Builder |
BatchDeleteTableRowsResponse.Builder.workbookCursor(Long workbookCursor) |
The updated workbook cursor after deleting the rows from the table.
|