| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.allocationStrategy(FleetOnDemandAllocationStrategy allocationStrategy)
The order of the launch template overrides to use in fulfilling On-Demand capacity.
|
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.allocationStrategy(String allocationStrategy)
The order of the launch template overrides to use in fulfilling On-Demand capacity.
|
static OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.builder() |
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.capacityReservationOptions(CapacityReservationOptionsRequest capacityReservationOptions)
The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.
|
default OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.capacityReservationOptions(Consumer<CapacityReservationOptionsRequest.Builder> capacityReservationOptions)
The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.
|
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.maxTotalPrice(String maxTotalPrice)
The maximum amount per hour for On-Demand Instances that you're willing to pay.
|
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.minTargetCapacity(Integer minTargetCapacity)
The minimum target capacity for On-Demand Instances in the fleet.
|
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.singleAvailabilityZone(Boolean singleAvailabilityZone)
Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.
|
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.singleInstanceType(Boolean singleInstanceType)
Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.
|
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OnDemandOptionsRequest.Builder> |
OnDemandOptionsRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFleetRequest.Builder |
CreateFleetRequest.Builder.onDemandOptions(Consumer<OnDemandOptionsRequest.Builder> onDemandOptions)
Describes the configuration of On-Demand Instances in an EC2 Fleet.
|
Copyright © 2020. All rights reserved.