Interface FailedBatchItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FailedBatchItem.Builder,FailedBatchItem>, SdkBuilder<FailedBatchItem.Builder,FailedBatchItem>, SdkPojo
Enclosing class:
FailedBatchItem

public static interface FailedBatchItem.Builder extends SdkPojo, CopyableBuilder<FailedBatchItem.Builder,FailedBatchItem>
  • Method Details

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