Class TargetCapacitySpecificationRequest
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<TargetCapacitySpecificationRequest.Builder,TargetCapacitySpecificationRequest> 
 The number of units to request. You can choose to set the target capacity as the number of instances. Or you can set
 the target capacity to 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
 parameter, or both parameters 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 OnDemandOptionsRequest
 and SpotOptionsRequest.
 
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()The defaultTotalTargetCapacity, which is eitherSpotorOn-Demand.final StringThe defaultTotalTargetCapacity, which is eitherSpotorOn-Demand.final booleanfinal booleanequalsBySdkFields(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 inthashCode()final IntegerThe number of On-Demand units to request.static Class<? extends TargetCapacitySpecificationRequest.Builder> final IntegerThe number of Spot units to request.final TargetCapacityUnitTypeThe unit for the target capacity.final StringThe unit for the target capacity.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final IntegerThe 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.
- Returns:
 - The number of On-Demand units to request.
 
 - 
spotTargetCapacity
The number of Spot units to request.
- Returns:
 - The number of Spot units to request.
 
 - 
defaultTargetCapacityType
The default
TotalTargetCapacity, which is eitherSpotorOn-Demand.If the service returns an enum value that is not available in the current SDK version,
defaultTargetCapacityTypewill returnDefaultTargetCapacityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultTargetCapacityTypeAsString().- Returns:
 - The default 
TotalTargetCapacity, which is eitherSpotorOn-Demand. - See Also:
 
 - 
defaultTargetCapacityTypeAsString
The default
TotalTargetCapacity, which is eitherSpotorOn-Demand.If the service returns an enum value that is not available in the current SDK version,
defaultTargetCapacityTypewill returnDefaultTargetCapacityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultTargetCapacityTypeAsString().- Returns:
 - The default 
TotalTargetCapacity, which is eitherSpotorOn-Demand. - See Also:
 
 - 
targetCapacityUnitType
The unit for the target capacity.
TargetCapacityUnitTypecan only be specified whenInstanceRequirementsis specified.Default:
units(translates to number of instances)If the service returns an enum value that is not available in the current SDK version,
targetCapacityUnitTypewill returnTargetCapacityUnitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetCapacityUnitTypeAsString().- Returns:
 - The unit for the target capacity. 
TargetCapacityUnitTypecan only be specified whenInstanceRequirementsis specified.Default:
units(translates to number of instances) - See Also:
 
 - 
targetCapacityUnitTypeAsString
The unit for the target capacity.
TargetCapacityUnitTypecan only be specified whenInstanceRequirementsis specified.Default:
units(translates to number of instances)If the service returns an enum value that is not available in the current SDK version,
targetCapacityUnitTypewill returnTargetCapacityUnitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetCapacityUnitTypeAsString().- Returns:
 - The unit for the target capacity. 
TargetCapacityUnitTypecan only be specified whenInstanceRequirementsis specified.Default:
units(translates to number of instances) - See Also:
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<TargetCapacitySpecificationRequest.Builder,TargetCapacitySpecificationRequest> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
public static Class<? extends TargetCapacitySpecificationRequest.Builder> serializableBuilderClass() - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin 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
 
 -