Package com.oracle.bmc.datascience.model
Class TargetPredefinedExpressionThresholdScalingConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.TargetPredefinedExpressionThresholdScalingConfiguration.Builder
-
- Enclosing class:
- TargetPredefinedExpressionThresholdScalingConfiguration
public static class TargetPredefinedExpressionThresholdScalingConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetPredefinedExpressionThresholdScalingConfigurationbuild()TargetPredefinedExpressionThresholdScalingConfiguration.Buildercopy(TargetPredefinedExpressionThresholdScalingConfiguration model)TargetPredefinedExpressionThresholdScalingConfiguration.Builderthreshold(Float threshold)A metric value at which the scaling operation will be triggered.
-
-
-
Method Detail
-
threshold
public TargetPredefinedExpressionThresholdScalingConfiguration.Builder threshold(Float threshold)
A metric value at which the scaling operation will be triggered.- Parameters:
threshold- the value to set- Returns:
- this builder
-
build
public TargetPredefinedExpressionThresholdScalingConfiguration build()
-
-