public static interface ComputeLimits.Builder extends SdkPojo, CopyableBuilder<ComputeLimits.Builder,ComputeLimits>
| Modifier and Type | Method and Description |
|---|---|
ComputeLimits.Builder |
maximumCapacityUnits(Integer maximumCapacityUnits)
The upper boundary of EC2 units.
|
ComputeLimits.Builder |
maximumCoreCapacityUnits(Integer maximumCoreCapacityUnits)
The upper boundary of EC2 units for core node type in a cluster.
|
ComputeLimits.Builder |
maximumOnDemandCapacityUnits(Integer maximumOnDemandCapacityUnits)
The upper boundary of On-Demand EC2 units.
|
ComputeLimits.Builder |
minimumCapacityUnits(Integer minimumCapacityUnits)
The lower boundary of EC2 units.
|
ComputeLimits.Builder |
unitType(ComputeLimitsUnitType unitType)
The unit type used for specifying a managed scaling policy.
|
ComputeLimits.Builder |
unitType(String unitType)
The unit type used for specifying a managed scaling policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComputeLimits.Builder unitType(String unitType)
The unit type used for specifying a managed scaling policy.
unitType - The unit type used for specifying a managed scaling policy.ComputeLimitsUnitType,
ComputeLimitsUnitTypeComputeLimits.Builder unitType(ComputeLimitsUnitType unitType)
The unit type used for specifying a managed scaling policy.
unitType - The unit type used for specifying a managed scaling policy.ComputeLimitsUnitType,
ComputeLimitsUnitTypeComputeLimits.Builder minimumCapacityUnits(Integer minimumCapacityUnits)
The lower boundary of EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
minimumCapacityUnits - The lower boundary of EC2 units. It is measured through vCPU cores or instances for instance groups
and measured through units for instance fleets. Managed scaling activities are not allowed beyond this
boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after
initial configuration.ComputeLimits.Builder maximumCapacityUnits(Integer maximumCapacityUnits)
The upper boundary of EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
maximumCapacityUnits - The upper boundary of EC2 units. It is measured through vCPU cores or instances for instance groups
and measured through units for instance fleets. Managed scaling activities are not allowed beyond this
boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after
initial configuration.ComputeLimits.Builder maximumOnDemandCapacityUnits(Integer maximumOnDemandCapacityUnits)
The upper boundary of On-Demand EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot Instances.
maximumOnDemandCapacityUnits - The upper boundary of On-Demand EC2 units. It is measured through vCPU cores or instances for instance
groups and measured through units for instance fleets. The On-Demand units are not allowed to scale
beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot
Instances.ComputeLimits.Builder maximumCoreCapacityUnits(Integer maximumCoreCapacityUnits)
The upper boundary of EC2 units for core node type in a cluster. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.
maximumCoreCapacityUnits - The upper boundary of EC2 units for core node type in a cluster. It is measured through vCPU cores or
instances for instance groups and measured through units for instance fleets. The core units are not
allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core
and task nodes.Copyright © 2023. All rights reserved.