@Generated(value="software.amazon.awssdk:codegen") public final class TargetCapacitySpecificationRequest extends Object implements SdkPojo, Serializable, 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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TargetCapacitySpecificationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TargetCapacitySpecificationRequest.Builder |
builder() |
DefaultTargetCapacityType |
defaultTargetCapacityType()
The default
TotalTargetCapacity, which is either Spot or On-Demand. |
String |
defaultTargetCapacityTypeAsString()
The default
TotalTargetCapacity, which is either Spot or On-Demand. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
onDemandTargetCapacity()
The number of On-Demand units to request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TargetCapacitySpecificationRequest.Builder> |
serializableBuilderClass() |
Integer |
spotTargetCapacity()
The number of Spot units to request.
|
TargetCapacitySpecificationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalTargetCapacity()
The number of units to request, filled using
DefaultTargetCapacityType. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer totalTargetCapacity()
The number of units to request, filled using DefaultTargetCapacityType.
DefaultTargetCapacityType.public Integer onDemandTargetCapacity()
The number of On-Demand units to request.
public Integer spotTargetCapacity()
The number of Spot units to request.
public DefaultTargetCapacityType defaultTargetCapacityType()
The default TotalTargetCapacity, which is either Spot or On-Demand.
If the service returns an enum value that is not available in the current SDK version,
defaultTargetCapacityType will return DefaultTargetCapacityType.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from defaultTargetCapacityTypeAsString().
TotalTargetCapacity, which is either Spot or On-Demand
.DefaultTargetCapacityTypepublic String defaultTargetCapacityTypeAsString()
The default TotalTargetCapacity, which is either Spot or On-Demand.
If the service returns an enum value that is not available in the current SDK version,
defaultTargetCapacityType will return DefaultTargetCapacityType.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from defaultTargetCapacityTypeAsString().
TotalTargetCapacity, which is either Spot or On-Demand
.DefaultTargetCapacityTypepublic TargetCapacitySpecificationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TargetCapacitySpecificationRequest.Builder,TargetCapacitySpecificationRequest>public static TargetCapacitySpecificationRequest.Builder builder()
public static Class<? extends TargetCapacitySpecificationRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.