public static interface ScalingConstraints.Builder extends SdkPojo, CopyableBuilder<ScalingConstraints.Builder,ScalingConstraints>
| Modifier and Type | Method and Description |
|---|---|
ScalingConstraints.Builder |
maxCapacity(Integer maxCapacity)
The upper boundary of Amazon EC2 instances in an instance group beyond which scaling activities are not
allowed to grow.
|
ScalingConstraints.Builder |
minCapacity(Integer minCapacity)
The lower boundary of Amazon EC2 instances in an instance group below which scaling activities are not
allowed to shrink.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScalingConstraints.Builder minCapacity(Integer minCapacity)
The lower boundary of Amazon EC2 instances in an instance group below which scaling activities are not allowed to shrink. Scale-in activities will not terminate instances below this boundary.
minCapacity - The lower boundary of Amazon EC2 instances in an instance group below which scaling activities are not
allowed to shrink. Scale-in activities will not terminate instances below this boundary.ScalingConstraints.Builder maxCapacity(Integer maxCapacity)
The upper boundary of Amazon EC2 instances in an instance group beyond which scaling activities are not allowed to grow. Scale-out activities will not add instances beyond this boundary.
maxCapacity - The upper boundary of Amazon EC2 instances in an instance group beyond which scaling activities are
not allowed to grow. Scale-out activities will not add instances beyond this boundary.Copyright © 2023. All rights reserved.