@Generated(value="software.amazon.awssdk:codegen") public final class SpotOptionsRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpotOptionsRequest.Builder,SpotOptionsRequest>
Describes the configuration of Spot Instances in an EC2 Fleet request.
Modifier and Type | Class and Description |
---|---|
static interface |
SpotOptionsRequest.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 SpotOptionsRequest.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.
|
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 SpotOptionsRequest.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.
|
SpotOptionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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.
SpotAllocationStrategy
public 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.
SpotAllocationStrategy
public 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
.SpotInstanceInterruptionBehavior
public 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
.SpotInstanceInterruptionBehavior
public Integer instancePoolsToUseCount()
The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot
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 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 Boolean singleAvailabilityZone()
Indicates that the fleet launches all Spot Instances into a single Availability Zone. Supported only for fleets
of type instant
.
instant
.public 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 String maxTotalPrice()
The maximum amount per hour for Spot Instances that you're willing to pay.
public SpotOptionsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SpotOptionsRequest.Builder,SpotOptionsRequest>
public static SpotOptionsRequest.Builder builder()
public static Class<? extends SpotOptionsRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.