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