Interface UpdateDetectorRequest.Builder

    • Method Detail

      • messageId

        UpdateDetectorRequest.Builder messageId​(String messageId)

        The ID to assign to the detector update "message". Each "messageId" must be unique within each batch sent.

        Parameters:
        messageId - The ID to assign to the detector update "message". Each "messageId" must be unique within each batch sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectorModelName

        UpdateDetectorRequest.Builder detectorModelName​(String detectorModelName)

        The name of the detector model that created the detectors (instances).

        Parameters:
        detectorModelName - The name of the detector model that created the detectors (instances).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyValue

        UpdateDetectorRequest.Builder keyValue​(String keyValue)

        The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).

        Parameters:
        keyValue - The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        UpdateDetectorRequest.Builder state​(DetectorStateDefinition state)

        The new state, variable values, and timer settings of the detector (instance).

        Parameters:
        state - The new state, variable values, and timer settings of the detector (instance).
        Returns:
        Returns a reference to this object so that method calls can be chained together.