Interface DeleteDetectorRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>, SdkBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>, SdkPojo
Enclosing class:
DeleteDetectorRequest

public static interface DeleteDetectorRequest.Builder extends SdkPojo, CopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>
  • Method Details

    • 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

      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.