Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotOptionsRequest.Builder
Packages that use SpotOptionsRequest.Builder
-
Uses of SpotOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotOptionsRequest.BuilderModifier and TypeMethodDescriptionSpotOptionsRequest.Builder.allocationStrategy(String allocationStrategy) The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration.SpotOptionsRequest.Builder.allocationStrategy(SpotAllocationStrategy allocationStrategy) The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration.static SpotOptionsRequest.BuilderSpotOptionsRequest.builder()SpotOptionsRequest.Builder.instanceInterruptionBehavior(String instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotOptionsRequest.Builder.instanceInterruptionBehavior(SpotInstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotOptionsRequest.Builder.instancePoolsToUseCount(Integer instancePoolsToUseCount) The number of Spot pools across which to allocate your target Spot capacity.default SpotOptionsRequest.BuilderSpotOptionsRequest.Builder.maintenanceStrategies(Consumer<FleetSpotMaintenanceStrategiesRequest.Builder> maintenanceStrategies) The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.SpotOptionsRequest.Builder.maintenanceStrategies(FleetSpotMaintenanceStrategiesRequest maintenanceStrategies) The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.SpotOptionsRequest.Builder.maxTotalPrice(String maxTotalPrice) The maximum amount per hour for Spot Instances that you're willing to pay.SpotOptionsRequest.Builder.minTargetCapacity(Integer minTargetCapacity) The minimum target capacity for Spot Instances in the fleet.SpotOptionsRequest.Builder.singleAvailabilityZone(Boolean singleAvailabilityZone) Indicates that the fleet launches all Spot Instances into a single Availability Zone.SpotOptionsRequest.Builder.singleInstanceType(Boolean singleInstanceType) Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.SpotOptionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SpotOptionsRequest.Builder>SpotOptionsRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotOptionsRequest.BuilderModifier and TypeMethodDescriptiondefault CreateFleetRequest.BuilderCreateFleetRequest.Builder.spotOptions(Consumer<SpotOptionsRequest.Builder> spotOptions) Describes the configuration of Spot Instances in an EC2 Fleet.