Interface DetectorDebugOption.Builder

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

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

    • detectorModelName

      DetectorDebugOption.Builder detectorModelName(String detectorModelName)

      The name of the detector model.

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

      DetectorDebugOption.Builder keyValue(String keyValue)

      The value of the input attribute key used to create the detector (the instance of the detector model).

      Parameters:
      keyValue - The value of the input attribute key used to create the detector (the instance of the detector model).
      Returns:
      Returns a reference to this object so that method calls can be chained together.