Package com.oracle.bmc.autoscaling.model
Class Action.Builder
- java.lang.Object
- 
- com.oracle.bmc.autoscaling.model.Action.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Actionbuild()Action.Buildercopy(Action model)Action.Buildertype(Action.Type type)The type of action to take.Action.Buildervalue(Integer value)To scale out (increase the number of instances), provide a positive value.
 
- 
- 
- 
Method Detail- 
typepublic Action.Builder type(Action.Type type) The type of action to take.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
valuepublic Action.Builder value(Integer value) To scale out (increase the number of instances), provide a positive value.To scale in (decrease the number of instances), provide a negative value. - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic Action build() 
 - 
copypublic Action.Builder copy(Action model) 
 
- 
 
-