public static interface ScalableTargetAction.Builder extends SdkPojo, CopyableBuilder<ScalableTargetAction.Builder,ScalableTargetAction>
| Modifier and Type | Method and Description |
|---|---|
ScalableTargetAction.Builder |
maxCapacity(Integer maxCapacity)
The maximum capacity.
|
ScalableTargetAction.Builder |
minCapacity(Integer minCapacity)
The minimum capacity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScalableTargetAction.Builder minCapacity(Integer minCapacity)
The minimum capacity.
For certain resources, the minimum value allowed is 0. This includes Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB clusters, EMR clusters, and custom resources. For all other resources, the minimum value allowed is 1.
minCapacity - The minimum capacity.
For certain resources, the minimum value allowed is 0. This includes Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB clusters, EMR clusters, and custom resources. For all other resources, the minimum value allowed is 1.
ScalableTargetAction.Builder maxCapacity(Integer maxCapacity)
The maximum capacity.
Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see Service Endpoints and Quotas in the Amazon Web Services General Reference.
maxCapacity - The maximum capacity.
Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see Service Endpoints and Quotas in the Amazon Web Services General Reference.
Copyright © 2021. All rights reserved.