@Generated(value="software.amazon.awssdk:codegen") public final class SpotOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpotOptions.Builder,SpotOptions>
Describes the configuration of Spot Instances in an EC2 Fleet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpotOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
SpotAllocationStrategy |
allocationStrategy()
Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2
Fleet.
|
String |
allocationStrategyAsString()
Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2
Fleet.
|
static SpotOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SpotInstanceInterruptionBehavior |
instanceInterruptionBehavior()
The behavior when a Spot Instance is interrupted.
|
String |
instanceInterruptionBehaviorAsString()
The behavior when a Spot Instance is interrupted.
|
Integer |
instancePoolsToUseCount()
The number of Spot pools across which to allocate your target Spot capacity.
|
FleetSpotMaintenanceStrategies |
maintenanceStrategies()
The strategies for managing your workloads on your Spot Instances that will be interrupted.
|
String |
maxTotalPrice()
The maximum amount per hour for Spot Instances that you're willing to pay.
|
Integer |
minTargetCapacity()
The minimum target capacity for Spot Instances in the fleet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpotOptions.Builder> |
serializableBuilderClass() |
Boolean |
singleAvailabilityZone()
Indicates that the fleet launches all Spot Instances into a single Availability Zone.
|
Boolean |
singleInstanceType()
Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.
|
SpotOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SpotAllocationStrategy allocationStrategy()
Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.
If the allocation strategy is lowest-price, EC2 Fleet launches instances from the Spot Instance
pools with the lowest price. This is the default allocation strategy.
If the allocation strategy is diversified, EC2 Fleet launches instances from all of the Spot
Instance pools that you specify.
If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance
pools with optimal capacity for the number of instances that are launching.
If the service returns an enum value that is not available in the current SDK version,
allocationStrategy will return SpotAllocationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from allocationStrategyAsString().
If the allocation strategy is lowest-price, EC2 Fleet launches instances from the Spot
Instance pools with the lowest price. This is the default allocation strategy.
If the allocation strategy is diversified, EC2 Fleet launches instances from all of the Spot
Instance pools that you specify.
If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot
Instance pools with optimal capacity for the number of instances that are launching.
SpotAllocationStrategypublic final String allocationStrategyAsString()
Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.
If the allocation strategy is lowest-price, EC2 Fleet launches instances from the Spot Instance
pools with the lowest price. This is the default allocation strategy.
If the allocation strategy is diversified, EC2 Fleet launches instances from all of the Spot
Instance pools that you specify.
If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance
pools with optimal capacity for the number of instances that are launching.
If the service returns an enum value that is not available in the current SDK version,
allocationStrategy will return SpotAllocationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from allocationStrategyAsString().
If the allocation strategy is lowest-price, EC2 Fleet launches instances from the Spot
Instance pools with the lowest price. This is the default allocation strategy.
If the allocation strategy is diversified, EC2 Fleet launches instances from all of the Spot
Instance pools that you specify.
If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot
Instance pools with optimal capacity for the number of instances that are launching.
SpotAllocationStrategypublic final FleetSpotMaintenanceStrategies maintenanceStrategies()
The strategies for managing your workloads on your Spot Instances that will be interrupted. Currently only the capacity rebalance strategy is available.
public final SpotInstanceInterruptionBehavior instanceInterruptionBehavior()
The behavior when a Spot Instance is interrupted. The default is terminate.
If the service returns an enum value that is not available in the current SDK version,
instanceInterruptionBehavior will return SpotInstanceInterruptionBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from instanceInterruptionBehaviorAsString().
terminate.SpotInstanceInterruptionBehaviorpublic final String instanceInterruptionBehaviorAsString()
The behavior when a Spot Instance is interrupted. The default is terminate.
If the service returns an enum value that is not available in the current SDK version,
instanceInterruptionBehavior will return SpotInstanceInterruptionBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from instanceInterruptionBehaviorAsString().
terminate.SpotInstanceInterruptionBehaviorpublic final Integer instancePoolsToUseCount()
The number of Spot pools across which to allocate your target Spot capacity. Valid only when
AllocationStrategy is set to lowest-price. EC2 Fleet selects the cheapest Spot pools and
evenly allocates your target Spot capacity across the number of Spot pools that you specify.
lowest-price. EC2 Fleet selects the cheapest Spot pools
and evenly allocates your target Spot capacity across the number of Spot pools that you specify.public final Boolean singleInstanceType()
Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet. Supported only
for fleets of type instant.
instant.public final Boolean singleAvailabilityZone()
Indicates that the fleet launches all Spot Instances into a single Availability Zone. Supported only for fleets
of type instant.
instant.public final Integer minTargetCapacity()
The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.
public final String maxTotalPrice()
The maximum amount per hour for Spot Instances that you're willing to pay.
public SpotOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SpotOptions.Builder,SpotOptions>public static SpotOptions.Builder builder()
public static Class<? extends SpotOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.