public static interface InstanceFleetModifyConfig.Builder extends SdkPojo, CopyableBuilder<InstanceFleetModifyConfig.Builder,InstanceFleetModifyConfig>
Modifier and Type | Method and Description |
---|---|
InstanceFleetModifyConfig.Builder |
instanceFleetId(String instanceFleetId)
A unique identifier for the instance fleet.
|
InstanceFleetModifyConfig.Builder |
targetOnDemandCapacity(Integer targetOnDemandCapacity)
The target capacity of On-Demand units for the instance fleet.
|
InstanceFleetModifyConfig.Builder |
targetSpotCapacity(Integer targetSpotCapacity)
The target capacity of Spot units for the instance fleet.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceFleetModifyConfig.Builder instanceFleetId(String instanceFleetId)
A unique identifier for the instance fleet.
instanceFleetId
- A unique identifier for the instance fleet.InstanceFleetModifyConfig.Builder targetOnDemandCapacity(Integer targetOnDemandCapacity)
The target capacity of On-Demand units for the instance fleet. For more information see InstanceFleetConfig$TargetOnDemandCapacity.
targetOnDemandCapacity
- The target capacity of On-Demand units for the instance fleet. For more information see
InstanceFleetConfig$TargetOnDemandCapacity.InstanceFleetModifyConfig.Builder targetSpotCapacity(Integer targetSpotCapacity)
The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.
targetSpotCapacity
- The target capacity of Spot units for the instance fleet. For more information, see
InstanceFleetConfig$TargetSpotCapacity.Copyright © 2021. All rights reserved.