Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateSpotMarketOptionsRequest.Builder
Packages that use LaunchTemplateSpotMarketOptionsRequest.Builder
-
Uses of LaunchTemplateSpotMarketOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateSpotMarketOptionsRequest.BuilderModifier and TypeMethodDescriptionLaunchTemplateSpotMarketOptionsRequest.Builder.blockDurationMinutes(Integer blockDurationMinutes) Deprecated.LaunchTemplateSpotMarketOptionsRequest.builder()LaunchTemplateSpotMarketOptionsRequest.Builder.instanceInterruptionBehavior(String instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.LaunchTemplateSpotMarketOptionsRequest.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.LaunchTemplateSpotMarketOptionsRequest.Builder.spotInstanceType(String spotInstanceType) The Spot Instance request type.LaunchTemplateSpotMarketOptionsRequest.Builder.spotInstanceType(SpotInstanceType spotInstanceType) The Spot Instance request type.LaunchTemplateSpotMarketOptionsRequest.toBuilder()LaunchTemplateSpotMarketOptionsRequest.Builder.validUntil(Instant validUntil) The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateSpotMarketOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LaunchTemplateSpotMarketOptionsRequest.Builder>LaunchTemplateSpotMarketOptionsRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateSpotMarketOptionsRequest.BuilderModifier and TypeMethodDescriptionLaunchTemplateInstanceMarketOptionsRequest.Builder.spotOptions(Consumer<LaunchTemplateSpotMarketOptionsRequest.Builder> spotOptions) The options for Spot Instances.