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