public static interface OnDemandProvisioningSpecification.Builder extends SdkPojo, CopyableBuilder<OnDemandProvisioningSpecification.Builder,OnDemandProvisioningSpecification>
Modifier and Type | Method and Description |
---|---|
OnDemandProvisioningSpecification.Builder |
allocationStrategy(OnDemandProvisioningAllocationStrategy allocationStrategy)
Specifies the strategy to use in launching On-Demand instance fleets.
|
OnDemandProvisioningSpecification.Builder |
allocationStrategy(String allocationStrategy)
Specifies the strategy to use in launching On-Demand instance fleets.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OnDemandProvisioningSpecification.Builder allocationStrategy(String allocationStrategy)
Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is lowest-price (the default), which launches the lowest price first.
allocationStrategy
- Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is
lowest-price (the default), which launches the lowest price first.OnDemandProvisioningAllocationStrategy
,
OnDemandProvisioningAllocationStrategy
OnDemandProvisioningSpecification.Builder allocationStrategy(OnDemandProvisioningAllocationStrategy allocationStrategy)
Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is lowest-price (the default), which launches the lowest price first.
allocationStrategy
- Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is
lowest-price (the default), which launches the lowest price first.OnDemandProvisioningAllocationStrategy
,
OnDemandProvisioningAllocationStrategy
Copyright © 2020. All rights reserved.