Class TargetCapacitySpecification
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TargetCapacitySpecification.Builder,
TargetCapacitySpecification>
The number of units to request. You can choose to set the target capacity in terms of instances or a performance
characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is
maintain
, you can specify a target capacity of 0 and add capacity later.
You can use the On-Demand Instance MaxTotalPrice
parameter, the Spot Instance MaxTotalPrice
, or both to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the
On-Demand Instances and Spot Instances in your request, EC2 Fleet will launch instances until it reaches the maximum
amount that you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops
launching instances even if it hasn’t met the target capacity. The MaxTotalPrice
parameters are located
in OnDemandOptions and
SpotOptions.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The defaultTotalTargetCapacity
, which is eitherSpot
orOn-Demand
.final String
The defaultTotalTargetCapacity
, which is eitherSpot
orOn-Demand
.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Integer
The number of On-Demand units to request.static Class
<? extends TargetCapacitySpecification.Builder> final Integer
The maximum number of Spot units to launch.final TargetCapacityUnitType
The unit for the target capacity.final String
The unit for the target capacity.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Integer
The number of units to request, filled usingDefaultTargetCapacityType
.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
totalTargetCapacity
The number of units to request, filled using
DefaultTargetCapacityType
.- Returns:
- The number of units to request, filled using
DefaultTargetCapacityType
.
-
onDemandTargetCapacity
The number of On-Demand units to request. If you specify a target capacity for Spot units, you cannot specify a target capacity for On-Demand units.
- Returns:
- The number of On-Demand units to request. If you specify a target capacity for Spot units, you cannot specify a target capacity for On-Demand units.
-
spotTargetCapacity
The maximum number of Spot units to launch. If you specify a target capacity for On-Demand units, you cannot specify a target capacity for Spot units.
- Returns:
- The maximum number of Spot units to launch. If you specify a target capacity for On-Demand units, you cannot specify a target capacity for Spot units.
-
defaultTargetCapacityType
The default
TotalTargetCapacity
, which is eitherSpot
orOn-Demand
.If the service returns an enum value that is not available in the current SDK version,
defaultTargetCapacityType
will returnDefaultTargetCapacityType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdefaultTargetCapacityTypeAsString()
.- Returns:
- The default
TotalTargetCapacity
, which is eitherSpot
orOn-Demand
. - See Also:
-
defaultTargetCapacityTypeAsString
The default
TotalTargetCapacity
, which is eitherSpot
orOn-Demand
.If the service returns an enum value that is not available in the current SDK version,
defaultTargetCapacityType
will returnDefaultTargetCapacityType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdefaultTargetCapacityTypeAsString()
.- Returns:
- The default
TotalTargetCapacity
, which is eitherSpot
orOn-Demand
. - See Also:
-
targetCapacityUnitType
The unit for the target capacity.
TargetCapacityUnitType
can only be specified whenInstanceRequirements
is specified.Default:
units
(translates to number of instances)If the service returns an enum value that is not available in the current SDK version,
targetCapacityUnitType
will returnTargetCapacityUnitType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtargetCapacityUnitTypeAsString()
.- Returns:
- The unit for the target capacity.
TargetCapacityUnitType
can only be specified whenInstanceRequirements
is specified.Default:
units
(translates to number of instances) - See Also:
-
targetCapacityUnitTypeAsString
The unit for the target capacity.
TargetCapacityUnitType
can only be specified whenInstanceRequirements
is specified.Default:
units
(translates to number of instances)If the service returns an enum value that is not available in the current SDK version,
targetCapacityUnitType
will returnTargetCapacityUnitType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtargetCapacityUnitTypeAsString()
.- Returns:
- The unit for the target capacity.
TargetCapacityUnitType
can only be specified whenInstanceRequirements
is specified.Default:
units
(translates to number of instances) - See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<TargetCapacitySpecification.Builder,
TargetCapacitySpecification> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-