Uses of Class
co.yellowdog.platform.model.AwsFleetOnDemandOptions.Builder
Packages that use AwsFleetOnDemandOptions.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AwsFleetOnDemandOptions.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return AwsFleetOnDemandOptions.BuilderModifier and TypeMethodDescriptionAwsFleetOnDemandOptions.Builder.allocationStrategy
(AwsFleetOnDemandAllocationStrategy allocationStrategy) Determines the order of the instance overrides to use in fulfilling On-Demand capacity.AwsFleetOnDemandOptions.builder()
AwsFleetOnDemandOptions.Builder.maxTotalPrice
(Double maxTotalPrice) The maximum amount per hour for On-Demand instances.AwsFleetOnDemandOptions.Builder.minInstanceCount
(Integer minInstanceCount) The minimum number of On-Demand instances that must be provisioned in the fleet.AwsFleetOnDemandOptions.Builder.singleAvailabilityZone
(Boolean singleAvailabilityZone) Indicates that AWS EC2 Fleet should provision all On-Demand instances into a single availability zone.AwsFleetOnDemandOptions.Builder.singleInstanceType
(Boolean singleInstanceType) Indicates that AWS EC2 Fleet should use a single instance type to provision all On-Demand instances.AwsFleetOnDemandOptions.toBuilder()
AwsFleetOnDemandOptions.Builder.useCapacityReservationsFirst
(Boolean useCapacityReservationsFirst) Indicates if AWS EC2 Fleet should use unused Capacity Reservations to fulfill On-Demand capacity.