| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
SpotMarketOptions.Builder |
SpotMarketOptions.Builder.blockDurationMinutes(Integer blockDurationMinutes)
The required duration for the Spot Instances (also known as Spot blocks), in minutes.
|
static SpotMarketOptions.Builder |
SpotMarketOptions.builder() |
SpotMarketOptions.Builder |
SpotMarketOptions.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotMarketOptions.Builder |
SpotMarketOptions.Builder.instanceInterruptionBehavior(String instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotMarketOptions.Builder |
SpotMarketOptions.Builder.maxPrice(String maxPrice)
The maximum hourly price you're willing to pay for the Spot Instances.
|
SpotMarketOptions.Builder |
SpotMarketOptions.Builder.spotInstanceType(SpotInstanceType spotInstanceType)
The Spot Instance request type.
|
SpotMarketOptions.Builder |
SpotMarketOptions.Builder.spotInstanceType(String spotInstanceType)
The Spot Instance request type.
|
SpotMarketOptions.Builder |
SpotMarketOptions.toBuilder() |
SpotMarketOptions.Builder |
SpotMarketOptions.Builder.validUntil(Instant validUntil)
The end date of the request.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SpotMarketOptions.Builder> |
SpotMarketOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceMarketOptionsRequest.Builder |
InstanceMarketOptionsRequest.Builder.spotOptions(Consumer<SpotMarketOptions.Builder> spotOptions)
The options for Spot Instances.
|
Copyright © 2020. All rights reserved.