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.model
Methods in com.oracle.bmc.bds.model that return AutoScalePolicyRule.Builder Modifier and Type Method Description AutoScalePolicyRule.Builder
AutoScalePolicyRule.Builder. action(AutoScalePolicyRule.Action action)
The valid value are CHANGE_SHAPE_SCALE_UP or CHANGE_SHAPE_SCALE_DOWN.static AutoScalePolicyRule.Builder
AutoScalePolicyRule. builder()
Create a new builder.AutoScalePolicyRule.Builder
AutoScalePolicyRule.Builder. copy(AutoScalePolicyRule model)
AutoScalePolicyRule.Builder
AutoScalePolicyRule.Builder. metric(AutoScalePolicyMetricRule metric)
AutoScalePolicyRule.Builder
AutoScalePolicyRule. toBuilder()
-