Interface FailedBatchItem.Builder

    • Method Detail

      • id

        FailedBatchItem.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        FailedBatchItem.Builder errorMessage​(String errorMessage)

        The error message that indicates why the batch item failed.

        Parameters:
        errorMessage - The error message that indicates why the batch item failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.