Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder
-
Packages that use AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder Modifier and Type Method Description AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.BuilderAwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder. blockDurationMinutes(Integer blockDurationMinutes)Deprecated.static AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.BuilderAwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails. builder()AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.BuilderAwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder. instanceInterruptionBehavior(String instanceInterruptionBehavior)The behavior when a Spot Instance is interrupted.AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.BuilderAwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder. maxPrice(String maxPrice)The maximum hourly price you're willing to pay for the Spot Instances.AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.BuilderAwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder. spotInstanceType(String spotInstanceType)The Spot Instance request type.AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.BuilderAwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails. toBuilder()AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.BuilderAwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder. validUntil(String validUntil)The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ), for persistent requests.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder Modifier and Type Method Description static Class<? extends AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder>AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder Modifier and Type Method Description default AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails.BuilderAwsEc2LaunchTemplateDataInstanceMarketOptionsDetails.Builder. spotOptions(Consumer<AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails.Builder> spotOptions)The options for Spot Instances.
-