Package com.oracle.bmc.datascience.model
Class PredefinedExpressionThresholdScalingConfiguration.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.PredefinedExpressionThresholdScalingConfiguration.Builder
 
- 
- Enclosing class:
- PredefinedExpressionThresholdScalingConfiguration
 
 public static class PredefinedExpressionThresholdScalingConfiguration.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PredefinedExpressionThresholdScalingConfigurationbuild()PredefinedExpressionThresholdScalingConfiguration.Buildercopy(PredefinedExpressionThresholdScalingConfiguration model)PredefinedExpressionThresholdScalingConfiguration.BuilderinstanceCountAdjustment(Integer instanceCountAdjustment)PredefinedExpressionThresholdScalingConfiguration.BuilderpendingDuration(String pendingDuration)PredefinedExpressionThresholdScalingConfiguration.Builderthreshold(Integer threshold)A metric value at which the scaling operation will be triggered.
 
- 
- 
- 
Method Detail- 
pendingDurationpublic PredefinedExpressionThresholdScalingConfiguration.Builder pendingDuration(String pendingDuration) 
 - 
instanceCountAdjustmentpublic PredefinedExpressionThresholdScalingConfiguration.Builder instanceCountAdjustment(Integer instanceCountAdjustment) 
 - 
thresholdpublic PredefinedExpressionThresholdScalingConfiguration.Builder threshold(Integer threshold) A metric value at which the scaling operation will be triggered.- Parameters:
- threshold- the value to set
- Returns:
- this builder
 
 - 
buildpublic PredefinedExpressionThresholdScalingConfiguration build() 
 
- 
 
-