Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotOptions.Builder
Packages that use SpotOptions.Builder
-
Uses of SpotOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotOptions.BuilderModifier and TypeMethodDescriptionSpotOptions.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.SpotOptions.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 SpotOptions.BuilderSpotOptions.builder()SpotOptions.Builder.instanceInterruptionBehavior(String instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotOptions.Builder.instanceInterruptionBehavior(SpotInstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotOptions.Builder.instancePoolsToUseCount(Integer instancePoolsToUseCount) The number of Spot pools across which to allocate your target Spot capacity.default SpotOptions.BuilderSpotOptions.Builder.maintenanceStrategies(Consumer<FleetSpotMaintenanceStrategies.Builder> maintenanceStrategies) The strategies for managing your workloads on your Spot Instances that will be interrupted.SpotOptions.Builder.maintenanceStrategies(FleetSpotMaintenanceStrategies maintenanceStrategies) The strategies for managing your workloads on your Spot Instances that will be interrupted.SpotOptions.Builder.maxTotalPrice(String maxTotalPrice) The maximum amount per hour for Spot Instances that you're willing to pay.SpotOptions.Builder.minTargetCapacity(Integer minTargetCapacity) The minimum target capacity for Spot Instances in the fleet.SpotOptions.Builder.singleAvailabilityZone(Boolean singleAvailabilityZone) Indicates that the fleet launches all Spot Instances into a single Availability Zone.SpotOptions.Builder.singleInstanceType(Boolean singleInstanceType) Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.SpotOptions.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SpotOptions.Builder>SpotOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotOptions.BuilderModifier and TypeMethodDescriptiondefault FleetData.BuilderFleetData.Builder.spotOptions(Consumer<SpotOptions.Builder> spotOptions) The configuration of Spot Instances in an EC2 Fleet.