Uses of Class
com.oracle.bmc.bds.model.AutoScalePolicyRule.Builder
- 
Packages that use AutoScalePolicyRule.Builder Package Description com.oracle.bmc.bds.model 
- 
- 
Uses of AutoScalePolicyRule.Builder in com.oracle.bmc.bds.modelMethods in com.oracle.bmc.bds.model that return AutoScalePolicyRule.Builder Modifier and Type Method Description AutoScalePolicyRule.BuilderAutoScalePolicyRule.Builder. action(AutoScalePolicyRule.Action action)The valid value are CHANGE_SHAPE_SCALE_UP or CHANGE_SHAPE_SCALE_DOWN.static AutoScalePolicyRule.BuilderAutoScalePolicyRule. builder()Create a new builder.AutoScalePolicyRule.BuilderAutoScalePolicyRule.Builder. copy(AutoScalePolicyRule model)AutoScalePolicyRule.BuilderAutoScalePolicyRule.Builder. metric(AutoScalePolicyMetricRule metric)AutoScalePolicyRule.BuilderAutoScalePolicyRule. toBuilder()
 
-