| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder.blockDurationMinutes(Integer blockDurationMinutes)
Deprecated.
|
static AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.builder() |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder.instanceInterruptionBehavior(String instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder.maxPrice(String maxPrice)
The maximum hourly price you're willing to pay for the Spot Instances.
|
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder.spotInstanceType(String spotInstanceType)
The Spot Instance request type.
|
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.toBuilder() |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder.validUntil(String validUntil)
The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ), for persistent requests.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder> |
AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails.Builder |
AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails.Builder.spotOptions(Consumer<AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder> spotOptions)
The options for Spot Instances.
|
Copyright © 2023. All rights reserved.