Interface Threshold.Builder

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

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

    • value

      Threshold.Builder value(String value)

      The value of the threshold.

      Parameters:
      value - The value of the threshold.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operator

      Threshold.Builder operator(String operator)

      The operator of the threshold.

      Parameters:
      operator - The operator of the threshold.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operator

      Threshold.Builder operator(Operator operator)

      The operator of the threshold.

      Parameters:
      operator - The operator of the threshold.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: