Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotMarketOptions.Builder
Packages that use SpotMarketOptions.Builder
-
Uses of SpotMarketOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotMarketOptions.BuilderModifier and TypeMethodDescriptionSpotMarketOptions.Builder.blockDurationMinutes(Integer blockDurationMinutes) Deprecated.static SpotMarketOptions.BuilderSpotMarketOptions.builder()SpotMarketOptions.Builder.instanceInterruptionBehavior(String instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotMarketOptions.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.The maximum hourly price that you're willing to pay for a Spot Instance.SpotMarketOptions.Builder.spotInstanceType(String spotInstanceType) The Spot Instance request type.SpotMarketOptions.Builder.spotInstanceType(SpotInstanceType spotInstanceType) The Spot Instance request type.SpotMarketOptions.toBuilder()SpotMarketOptions.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 SpotMarketOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SpotMarketOptions.Builder>SpotMarketOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotMarketOptions.BuilderModifier and TypeMethodDescriptionInstanceMarketOptionsRequest.Builder.spotOptions(Consumer<SpotMarketOptions.Builder> spotOptions) The options for Spot Instances.