Interface BatchDeleteDetectorErrorEntry.Builder

    • Method Detail

      • messageId

        BatchDeleteDetectorErrorEntry.Builder messageId​(String messageId)

        The ID of the message that caused the error. (See the value of the "messageId" in the detectors object of the DeleteDetectorRequest.)

        Parameters:
        messageId - The ID of the message that caused the error. (See the value of the "messageId" in the detectors object of the DeleteDetectorRequest.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

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