@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 capacity across the Spot pools specified by the Spot Fleet request.
|
String |
allocationStrategyAsString()
Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request.
|
static SpotOptions.Builder |
builder() |
boolean |
equals(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.
|
Integer |
minTargetCapacity()
The minimum target capacity for Spot Instances in the fleet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpotOptions.Builder> |
serializableBuilderClass() |
Boolean |
singleInstanceType()
Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.
|
SpotOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public SpotAllocationStrategy allocationStrategy()
Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request. The
default is lowest-price
.
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()
.
lowest-price
.SpotAllocationStrategy
public String allocationStrategyAsString()
Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request. The
default is lowest-price
.
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()
.
lowest-price
.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
AllocationStrategy is set to lowestPrice
. EC2 Fleet selects the cheapest Spot pools and
evenly allocates your target Spot capacity across the number of Spot pools that you specify.
lowestPrice
. 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.
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 SpotOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SpotOptions.Builder,SpotOptions>
public static SpotOptions.Builder builder()
public static Class<? extends SpotOptions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.