Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateSpotMarketOptions.Builder
Packages that use LaunchTemplateSpotMarketOptions.Builder
-
Uses of LaunchTemplateSpotMarketOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateSpotMarketOptions.BuilderModifier and TypeMethodDescriptionLaunchTemplateSpotMarketOptions.Builder.blockDurationMinutes(Integer blockDurationMinutes) The required duration for the Spot Instances (also known as Spot blocks), in minutes.LaunchTemplateSpotMarketOptions.builder()LaunchTemplateSpotMarketOptions.Builder.instanceInterruptionBehavior(String instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.LaunchTemplateSpotMarketOptions.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.The maximum hourly price you're willing to pay for a Spot Instance.LaunchTemplateSpotMarketOptions.Builder.spotInstanceType(String spotInstanceType) The Spot Instance request type.LaunchTemplateSpotMarketOptions.Builder.spotInstanceType(SpotInstanceType spotInstanceType) The Spot Instance request type.LaunchTemplateSpotMarketOptions.toBuilder()LaunchTemplateSpotMarketOptions.Builder.validUntil(Instant validUntil) The end date of the request.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateSpotMarketOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LaunchTemplateSpotMarketOptions.Builder>LaunchTemplateSpotMarketOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateSpotMarketOptions.BuilderModifier and TypeMethodDescriptionLaunchTemplateInstanceMarketOptions.Builder.spotOptions(Consumer<LaunchTemplateSpotMarketOptions.Builder> spotOptions) The options for Spot Instances.