public static interface AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder,AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
blockDurationMinutes(Integer blockDurationMinutes)
Deprecated.
|
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
instanceInterruptionBehavior(String instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
maxPrice(String maxPrice)
The maximum hourly price you're willing to pay for the Spot Instances.
|
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
spotInstanceType(String spotInstanceType)
The Spot Instance request type.
|
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
validUntil(String validUntil)
The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ), for persistent requests.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder blockDurationMinutes(Integer blockDurationMinutes)
Deprecated.
blockDurationMinutes - Deprecated.AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder instanceInterruptionBehavior(String instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
instanceInterruptionBehavior - The behavior when a Spot Instance is interrupted.AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder maxPrice(String maxPrice)
The maximum hourly price you're willing to pay for the Spot Instances.
maxPrice - The maximum hourly price you're willing to pay for the Spot Instances.AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder spotInstanceType(String spotInstanceType)
The Spot Instance request type.
spotInstanceType - The Spot Instance request type.AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder validUntil(String validUntil)
The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ), for persistent requests.
validUntil - The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ), for persistent requests.Copyright © 2023. All rights reserved.