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