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 Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All 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
- 
pendingDuration
public PredefinedExpressionThresholdScalingConfiguration.Builder pendingDuration(String pendingDuration)
 
- 
instanceCountAdjustment
public PredefinedExpressionThresholdScalingConfiguration.Builder instanceCountAdjustment(Integer instanceCountAdjustment)
 
- 
threshold
public 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
 
 
- 
build
public PredefinedExpressionThresholdScalingConfiguration build()
 
 - 
 
 -