Interface DeleteDetectorRequest.Builder

    • Method Detail

      • messageId

        DeleteDetectorRequest.Builder messageId​(String messageId)

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

        Parameters:
        messageId - The ID to assign to the DeleteDetectorRequest. 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

        DeleteDetectorRequest.Builder detectorModelName​(String detectorModelName)

        The name of the detector model that was used to create the detector instance.

        Parameters:
        detectorModelName - The name of the detector model that was used to create the detector instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyValue

        DeleteDetectorRequest.Builder keyValue​(String keyValue)

        The value of the key used to identify the detector.

        Parameters:
        keyValue - The value of the key used to identify the detector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.