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 EC2 instances in an instance group beyond which scaling activities are not allowed to
grow.
|
ScalingConstraints.Builder |
minCapacity(Integer minCapacity)
The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to
shrink.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ScalingConstraints.Builder minCapacity(Integer minCapacity)
The lower boundary of 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 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 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 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 © 2020. All rights reserved.