public static interface SuspendedState.Builder extends SdkPojo, CopyableBuilder<SuspendedState.Builder,SuspendedState>
| Modifier and Type | Method and Description |
|---|---|
SuspendedState.Builder |
dynamicScalingInSuspended(Boolean dynamicScalingInSuspended)
Whether scale in by a target tracking scaling policy or a step scaling policy is suspended.
|
SuspendedState.Builder |
dynamicScalingOutSuspended(Boolean dynamicScalingOutSuspended)
Whether scale out by a target tracking scaling policy or a step scaling policy is suspended.
|
SuspendedState.Builder |
scheduledScalingSuspended(Boolean scheduledScalingSuspended)
Whether scheduled scaling is suspended.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuspendedState.Builder dynamicScalingInSuspended(Boolean dynamicScalingInSuspended)
Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the value to
true if you don't want Application Auto Scaling to remove capacity when a scaling policy is
triggered. The default is false.
dynamicScalingInSuspended - Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the
value to true if you don't want Application Auto Scaling to remove capacity when a
scaling policy is triggered. The default is false.SuspendedState.Builder dynamicScalingOutSuspended(Boolean dynamicScalingOutSuspended)
Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the value to
true if you don't want Application Auto Scaling to add capacity when a scaling policy is
triggered. The default is false.
dynamicScalingOutSuspended - Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the
value to true if you don't want Application Auto Scaling to add capacity when a scaling
policy is triggered. The default is false.SuspendedState.Builder scheduledScalingSuspended(Boolean scheduledScalingSuspended)
Whether scheduled scaling is suspended. Set the value to true if you don't want Application Auto
Scaling to add or remove capacity by initiating scheduled actions. The default is false.
scheduledScalingSuspended - Whether scheduled scaling is suspended. Set the value to true if you don't want
Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is
false.Copyright © 2023. All rights reserved.