Interface PutRecordBatchResponseEntry.Builder

  • Method Details

    • recordId

      The ID of the record.

      Parameters:
      recordId - The ID of the record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The error code for an individual record result.

      Parameters:
      errorCode - The error code for an individual record result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      PutRecordBatchResponseEntry.Builder errorMessage(String errorMessage)

      The error message for an individual record result.

      Parameters:
      errorMessage - The error message for an individual record result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.