public static interface TargetCapacitySpecificationRequest.Builder extends SdkPojo, CopyableBuilder<TargetCapacitySpecificationRequest.Builder,TargetCapacitySpecificationRequest>
| Modifier and Type | Method and Description |
|---|---|
TargetCapacitySpecificationRequest.Builder |
defaultTargetCapacityType(DefaultTargetCapacityType defaultTargetCapacityType)
The default
TotalTargetCapacity, which is either Spot or On-Demand. |
TargetCapacitySpecificationRequest.Builder |
defaultTargetCapacityType(String defaultTargetCapacityType)
The default
TotalTargetCapacity, which is either Spot or On-Demand. |
TargetCapacitySpecificationRequest.Builder |
onDemandTargetCapacity(Integer onDemandTargetCapacity)
The number of On-Demand units to request.
|
TargetCapacitySpecificationRequest.Builder |
spotTargetCapacity(Integer spotTargetCapacity)
The number of Spot units to request.
|
TargetCapacitySpecificationRequest.Builder |
totalTargetCapacity(Integer totalTargetCapacity)
The number of units to request, filled using
DefaultTargetCapacityType. |
copyapplyMutation, buildTargetCapacitySpecificationRequest.Builder totalTargetCapacity(Integer totalTargetCapacity)
The number of units to request, filled using DefaultTargetCapacityType.
totalTargetCapacity - The number of units to request, filled using DefaultTargetCapacityType.TargetCapacitySpecificationRequest.Builder onDemandTargetCapacity(Integer onDemandTargetCapacity)
The number of On-Demand units to request.
onDemandTargetCapacity - The number of On-Demand units to request.TargetCapacitySpecificationRequest.Builder spotTargetCapacity(Integer spotTargetCapacity)
The number of Spot units to request.
spotTargetCapacity - The number of Spot units to request.TargetCapacitySpecificationRequest.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,
DefaultTargetCapacityTypeTargetCapacitySpecificationRequest.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,
DefaultTargetCapacityTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.