Interface FailedRecord.Builder

  • Method Details

    • inputSourceARN

      FailedRecord.Builder inputSourceARN(String inputSourceARN)

      The input source ARN of the record that didn't generate a Match ID.

      Parameters:
      inputSourceARN - The input source ARN of the record that didn't generate a Match ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • uniqueId

      FailedRecord.Builder uniqueId(String uniqueId)

      The unique ID of the record that didn't generate a Match ID.

      Parameters:
      uniqueId - The unique ID of the record that didn't generate a Match ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      FailedRecord.Builder errorMessage(String errorMessage)

      The error message for the record that didn't generate a Match ID.

      Parameters:
      errorMessage - The error message for the record that didn't generate a Match ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.