| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
SpotOptions.Builder |
SpotOptions.Builder.allocationStrategy(SpotAllocationStrategy allocationStrategy)
Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request.
|
SpotOptions.Builder |
SpotOptions.Builder.allocationStrategy(String allocationStrategy)
Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request.
|
static SpotOptions.Builder |
SpotOptions.builder() |
SpotOptions.Builder |
SpotOptions.Builder.instanceInterruptionBehavior(SpotInstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotOptions.Builder |
SpotOptions.Builder.instanceInterruptionBehavior(String instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotOptions.Builder |
SpotOptions.Builder.instancePoolsToUseCount(Integer instancePoolsToUseCount)
The number of Spot pools across which to allocate your target Spot capacity.
|
SpotOptions.Builder |
SpotOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SpotOptions.Builder> |
SpotOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FleetData.Builder |
FleetData.Builder.spotOptions(Consumer<SpotOptions.Builder> spotOptions)
The configuration of Spot Instances in an EC2 Fleet.
|
Copyright © 2018. All rights reserved.