Uses of Class
com.oracle.bmc.autoscaling.model.Action.Builder
-
Packages that use Action.Builder Package Description com.oracle.bmc.autoscaling.model -
-
Uses of Action.Builder in com.oracle.bmc.autoscaling.model
Methods in com.oracle.bmc.autoscaling.model that return Action.Builder Modifier and Type Method Description static Action.Builder
Action. builder()
Create a new builder.Action.Builder
Action.Builder. copy(Action model)
Action.Builder
Action. toBuilder()
Action.Builder
Action.Builder. type(Action.Type type)
The type of action to take.Action.Builder
Action.Builder. value(Integer value)
To scale out (increase the number of instances), provide a positive value.
-