public static class PredefinedExpressionThresholdScalingConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PredefinedExpressionThresholdScalingConfiguration |
build() |
PredefinedExpressionThresholdScalingConfiguration.Builder |
copy(PredefinedExpressionThresholdScalingConfiguration model) |
PredefinedExpressionThresholdScalingConfiguration.Builder |
instanceCountAdjustment(Integer instanceCountAdjustment) |
PredefinedExpressionThresholdScalingConfiguration.Builder |
pendingDuration(String pendingDuration) |
PredefinedExpressionThresholdScalingConfiguration.Builder |
threshold(Integer threshold)
A metric value at which the scaling operation will be triggered.
|
public PredefinedExpressionThresholdScalingConfiguration.Builder pendingDuration(String pendingDuration)
public PredefinedExpressionThresholdScalingConfiguration.Builder instanceCountAdjustment(Integer instanceCountAdjustment)
public PredefinedExpressionThresholdScalingConfiguration.Builder threshold(Integer threshold)
A metric value at which the scaling operation will be triggered.
threshold
- the value to setpublic PredefinedExpressionThresholdScalingConfiguration build()
Copyright © 2016–2024. All rights reserved.