Uses of Interface
software.amazon.awssdk.services.ec2.model.OnDemandOptions.Builder
Packages that use OnDemandOptions.Builder
-
Uses of OnDemandOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return OnDemandOptions.BuilderModifier and TypeMethodDescriptionOnDemandOptions.Builder.allocationStrategy(String allocationStrategy) The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.OnDemandOptions.Builder.allocationStrategy(FleetOnDemandAllocationStrategy allocationStrategy) The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.static OnDemandOptions.BuilderOnDemandOptions.builder()default OnDemandOptions.BuilderOnDemandOptions.Builder.capacityReservationOptions(Consumer<CapacityReservationOptions.Builder> capacityReservationOptions) The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.OnDemandOptions.Builder.capacityReservationOptions(CapacityReservationOptions capacityReservationOptions) The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.OnDemandOptions.Builder.maxTotalPrice(String maxTotalPrice) The maximum amount per hour for On-Demand Instances that you're willing to pay.OnDemandOptions.Builder.minTargetCapacity(Integer minTargetCapacity) The minimum target capacity for On-Demand Instances in the fleet.OnDemandOptions.Builder.singleAvailabilityZone(Boolean singleAvailabilityZone) Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.OnDemandOptions.Builder.singleInstanceType(Boolean singleInstanceType) Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.OnDemandOptions.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type OnDemandOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OnDemandOptions.Builder>OnDemandOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type OnDemandOptions.BuilderModifier and TypeMethodDescriptiondefault FleetData.BuilderFleetData.Builder.onDemandOptions(Consumer<OnDemandOptions.Builder> onDemandOptions) The allocation strategy of On-Demand Instances in an EC2 Fleet.