Interface BatchUpdateDetectorErrorEntry.Builder

  • Method Details

    • messageId

      The "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)

      Parameters:
      messageId - The "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The error code.

      Parameters:
      errorCode - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      The error code.

      Parameters:
      errorCode - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      BatchUpdateDetectorErrorEntry.Builder errorMessage(String errorMessage)

      A message that describes the error.

      Parameters:
      errorMessage - A message that describes the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.