Interface BatchUpdateDetectorErrorEntry.Builder

    • Method Detail

      • messageId

        BatchUpdateDetectorErrorEntry.Builder messageId​(String 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.
      • 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.