Package com.oracle.bmc.autoscaling.model
Class Threshold.Builder
- java.lang.Object
- 
- com.oracle.bmc.autoscaling.model.Threshold.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Thresholdbuild()Threshold.Buildercopy(Threshold model)Threshold.Builderoperator(Threshold.Operator operator)The comparison operator to use.Threshold.Buildervalue(Integer value)
 
- 
- 
- 
Method Detail- 
operatorpublic 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
 
 - 
valuepublic Threshold.Builder value(Integer value) 
 - 
buildpublic Threshold build() 
 - 
copypublic Threshold.Builder copy(Threshold model) 
 
- 
 
-