Uses of Class
co.yellowdog.platform.model.AwsFleetSpotOptions.Builder
Packages that use AwsFleetSpotOptions.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
- 
Uses of AwsFleetSpotOptions.Builder in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return AwsFleetSpotOptions.BuilderModifier and TypeMethodDescriptionAwsFleetSpotOptions.Builder.allocationStrategy(AwsFleetSpotAllocationStrategy allocationStrategy) Determines the order of the instance overrides to use in fulfilling Spot capacity.static AwsFleetSpotOptions.BuilderAwsFleetSpotOptions.builder()AwsFleetSpotOptions.Builder.instancePoolsToUseCount(Integer instancePoolsToUseCount) The number of Spot pools across which AWS EC2 Fleet should allocate Spot capacity when using LOWEST_PRICE Spot allocation strategy.AwsFleetSpotOptions.Builder.launchReplacementInstanceOnRebalance(Boolean launchReplacementInstanceOnRebalance) Allow AWS EC2 Fleet to launch a replacement Spot instance when an instance rebalance notification is emitted for an existing Spot instance.AwsFleetSpotOptions.Builder.maxTotalPrice(Double maxTotalPrice) The maximum amount per hour for Spot instances.AwsFleetSpotOptions.Builder.minInstanceCount(Integer minInstanceCount) The minimum number of Spot instances that must be provisioned in the fleet.AwsFleetSpotOptions.Builder.singleAvailabilityZone(Boolean singleAvailabilityZone) Indicates that AWS EC2 Fleet should provision all Spot instances into a single availability zone.AwsFleetSpotOptions.Builder.singleInstanceType(Boolean singleInstanceType) Indicates that AWS EC2 Fleet should use a single instance type to provision all Spot instances.AwsFleetSpotOptions.toBuilder()