Package com.oracle.bmc.datascience.model
Class ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.Builder
-
public static class ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedComputeClusterPredefinedExpressionThresholdScalingConfigurationbuild()ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.Buildercopy(ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration model)ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.BuilderinstanceCountAdjustment(Integer instanceCountAdjustment)ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.BuilderpendingDuration(String pendingDuration)ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.Builderthreshold(Integer threshold)A metric value at which the scaling operation will be triggered.
-
-
-
Method Detail
-
pendingDuration
public ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.Builder pendingDuration(String pendingDuration)
-
instanceCountAdjustment
public ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.Builder instanceCountAdjustment(Integer instanceCountAdjustment)
-
threshold
public ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.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 ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration build()
-
-