Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateSpotMarketOptions |
LaunchTemplateSpotMarketOptions.clone() |
LaunchTemplateSpotMarketOptions |
LaunchTemplateInstanceMarketOptions.getSpotOptions()
The options for Spot Instances.
|
LaunchTemplateSpotMarketOptions |
LaunchTemplateSpotMarketOptions.withBlockDurationMinutes(Integer blockDurationMinutes)
The required duration for the Spot Instances (also known as Spot blocks), in minutes.
|
LaunchTemplateSpotMarketOptions |
LaunchTemplateSpotMarketOptions.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
LaunchTemplateSpotMarketOptions |
LaunchTemplateSpotMarketOptions.withInstanceInterruptionBehavior(String instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
LaunchTemplateSpotMarketOptions |
LaunchTemplateSpotMarketOptions.withMaxPrice(String maxPrice)
The maximum hourly price you're willing to pay for the Spot Instances.
|
LaunchTemplateSpotMarketOptions |
LaunchTemplateSpotMarketOptions.withSpotInstanceType(SpotInstanceType spotInstanceType)
The Spot Instance request type.
|
LaunchTemplateSpotMarketOptions |
LaunchTemplateSpotMarketOptions.withSpotInstanceType(String spotInstanceType)
The Spot Instance request type.
|
LaunchTemplateSpotMarketOptions |
LaunchTemplateSpotMarketOptions.withValidUntil(Date validUntil)
The end date of the request.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchTemplateInstanceMarketOptions.setSpotOptions(LaunchTemplateSpotMarketOptions spotOptions)
The options for Spot Instances.
|
LaunchTemplateInstanceMarketOptions |
LaunchTemplateInstanceMarketOptions.withSpotOptions(LaunchTemplateSpotMarketOptions spotOptions)
The options for Spot Instances.
|
Copyright © 2021. All rights reserved.