Uses of Class
com.oracle.bmc.datascience.model.PredefinedExpressionThresholdScalingConfiguration.Builder
-
Packages that use PredefinedExpressionThresholdScalingConfiguration.Builder Package Description com.oracle.bmc.datascience.model -
-
Uses of PredefinedExpressionThresholdScalingConfiguration.Builder in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return PredefinedExpressionThresholdScalingConfiguration.Builder Modifier and Type Method Description static PredefinedExpressionThresholdScalingConfiguration.Builder
PredefinedExpressionThresholdScalingConfiguration. builder()
Create a new builder.PredefinedExpressionThresholdScalingConfiguration.Builder
PredefinedExpressionThresholdScalingConfiguration.Builder. copy(PredefinedExpressionThresholdScalingConfiguration model)
PredefinedExpressionThresholdScalingConfiguration.Builder
PredefinedExpressionThresholdScalingConfiguration.Builder. instanceCountAdjustment(Integer instanceCountAdjustment)
PredefinedExpressionThresholdScalingConfiguration.Builder
PredefinedExpressionThresholdScalingConfiguration.Builder. pendingDuration(String pendingDuration)
PredefinedExpressionThresholdScalingConfiguration.Builder
PredefinedExpressionThresholdScalingConfiguration.Builder. threshold(Integer threshold)
A metric value at which the scaling operation will be triggered.PredefinedExpressionThresholdScalingConfiguration.Builder
PredefinedExpressionThresholdScalingConfiguration. toBuilder()
-