Package com.oracle.bmc.autoscaling.model
Class Threshold.Builder
- java.lang.Object
-
- com.oracle.bmc.autoscaling.model.Threshold.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Threshold
build()
Threshold.Builder
copy(Threshold model)
Threshold.Builder
operator(Threshold.Operator operator)
The comparison operator to use.Threshold.Builder
value(Integer value)
-
-
-
Method Detail
-
operator
public Threshold.Builder operator(Threshold.Operator operator)
The comparison operator to use.Options are greater than (GT), greater than or equal to (GTE), less than (LT), and less than or equal to (LTE).
- Parameters:
operator
- the value to set- Returns:
- this builder
-
value
public Threshold.Builder value(Integer value)
-
build
public Threshold build()
-
copy
public Threshold.Builder copy(Threshold model)
-
-