public static interface FailedBatchItem.Builder extends SdkPojo, CopyableBuilder<FailedBatchItem.Builder,FailedBatchItem>
| Modifier and Type | Method and Description |
|---|---|
FailedBatchItem.Builder |
errorMessage(String errorMessage)
The error message that indicates why the batch item failed.
|
FailedBatchItem.Builder |
id(String id)
The id of the batch item that failed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailedBatchItem.Builder id(String id)
The id of the batch item that failed. This is the batch item id for the BatchCreateTableRows and BatchUpsertTableRows operations and the row id for the BatchUpdateTableRows and BatchDeleteTableRows operations.
id - The id of the batch item that failed. This is the batch item id for the BatchCreateTableRows and
BatchUpsertTableRows operations and the row id for the BatchUpdateTableRows and BatchDeleteTableRows
operations.FailedBatchItem.Builder errorMessage(String errorMessage)
The error message that indicates why the batch item failed.
errorMessage - The error message that indicates why the batch item failed.Copyright © 2023. All rights reserved.