public static interface NotScaledReason.Builder extends SdkPojo, CopyableBuilder<NotScaledReason.Builder,NotScaledReason>
| Modifier and Type | Method and Description |
|---|---|
NotScaledReason.Builder |
code(String code)
A code that represents the reason for not scaling.
|
NotScaledReason.Builder |
currentCapacity(Integer currentCapacity)
The current capacity.
|
NotScaledReason.Builder |
maxCapacity(Integer maxCapacity)
The maximum capacity.
|
NotScaledReason.Builder |
minCapacity(Integer minCapacity)
The minimum capacity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotScaledReason.Builder code(String code)
A code that represents the reason for not scaling.
Valid values:
AutoScalingAnticipatedFlapping
TargetServicePutResourceAsUnscalable
AlreadyAtMaxCapacity
AlreadyAtMinCapacity
AlreadyAtDesiredCapacity
code - A code that represents the reason for not scaling.
Valid values:
AutoScalingAnticipatedFlapping
TargetServicePutResourceAsUnscalable
AlreadyAtMaxCapacity
AlreadyAtMinCapacity
AlreadyAtDesiredCapacity
NotScaledReason.Builder maxCapacity(Integer maxCapacity)
The maximum capacity.
maxCapacity - The maximum capacity.NotScaledReason.Builder minCapacity(Integer minCapacity)
The minimum capacity.
minCapacity - The minimum capacity.NotScaledReason.Builder currentCapacity(Integer currentCapacity)
The current capacity.
currentCapacity - The current capacity.Copyright © 2023. All rights reserved.