Interface ThresholdV2.Builder

  • Method Details

    • comparison

      ThresholdV2.Builder comparison(String comparison)

      The type of comparison. Currently, "less than" (LT), "less than equal" (LTE), and "greater than" (GT) comparisons are supported.

      Parameters:
      comparison - The type of comparison. Currently, "less than" (LT), "less than equal" (LTE), and "greater than" (GT) comparisons are supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thresholdValue

      ThresholdV2.Builder thresholdValue(Double thresholdValue)

      The threshold value to compare.

      Parameters:
      thresholdValue - The threshold value to compare.
      Returns:
      Returns a reference to this object so that method calls can be chained together.