public static interface TargetCapacitySpecification.Builder extends SdkPojo, CopyableBuilder<TargetCapacitySpecification.Builder,TargetCapacitySpecification>
Modifier and Type | Method and Description |
---|---|
TargetCapacitySpecification.Builder |
defaultTargetCapacityType(DefaultTargetCapacityType defaultTargetCapacityType)
The default
TotalTargetCapacity , which is either Spot or On-Demand . |
TargetCapacitySpecification.Builder |
defaultTargetCapacityType(String defaultTargetCapacityType)
The default
TotalTargetCapacity , which is either Spot or On-Demand . |
TargetCapacitySpecification.Builder |
onDemandTargetCapacity(Integer onDemandTargetCapacity)
The number of On-Demand units to request.
|
TargetCapacitySpecification.Builder |
spotTargetCapacity(Integer spotTargetCapacity)
The maximum number of Spot units to launch.
|
TargetCapacitySpecification.Builder |
totalTargetCapacity(Integer totalTargetCapacity)
The number of units to request, filled using
DefaultTargetCapacityType . |
copy
applyMutation, build
TargetCapacitySpecification.Builder totalTargetCapacity(Integer totalTargetCapacity)
The number of units to request, filled using DefaultTargetCapacityType
.
totalTargetCapacity
- The number of units to request, filled using DefaultTargetCapacityType
.TargetCapacitySpecification.Builder onDemandTargetCapacity(Integer onDemandTargetCapacity)
The number of On-Demand units to request.
onDemandTargetCapacity
- The number of On-Demand units to request.TargetCapacitySpecification.Builder spotTargetCapacity(Integer spotTargetCapacity)
The maximum number of Spot units to launch.
spotTargetCapacity
- The maximum number of Spot units to launch.TargetCapacitySpecification.Builder defaultTargetCapacityType(String defaultTargetCapacityType)
The default TotalTargetCapacity
, which is either Spot
or On-Demand
.
defaultTargetCapacityType
- The default TotalTargetCapacity
, which is either Spot
or
On-Demand
.DefaultTargetCapacityType
,
DefaultTargetCapacityType
TargetCapacitySpecification.Builder defaultTargetCapacityType(DefaultTargetCapacityType defaultTargetCapacityType)
The default TotalTargetCapacity
, which is either Spot
or On-Demand
.
defaultTargetCapacityType
- The default TotalTargetCapacity
, which is either Spot
or
On-Demand
.DefaultTargetCapacityType
,
DefaultTargetCapacityType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.