CopyableBuilder<ModifySpotFleetRequestRequest.Builder,ModifySpotFleetRequestRequest>
, SdkBuilder<ModifySpotFleetRequestRequest.Builder,ModifySpotFleetRequestRequest>
public static interface ModifySpotFleetRequestRequest.Builder extends CopyableBuilder<ModifySpotFleetRequestRequest.Builder,ModifySpotFleetRequestRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifySpotFleetRequestRequest.Builder |
excessCapacityTerminationPolicy(String excessCapacityTerminationPolicy) |
Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet
request is decreased below the current size of the Spot fleet.
|
ModifySpotFleetRequestRequest.Builder |
excessCapacityTerminationPolicy(ExcessCapacityTerminationPolicy excessCapacityTerminationPolicy) |
Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet
request is decreased below the current size of the Spot fleet.
|
ModifySpotFleetRequestRequest.Builder |
spotFleetRequestId(String spotFleetRequestId) |
The ID of the Spot fleet request.
|
ModifySpotFleetRequestRequest.Builder |
targetCapacity(Integer targetCapacity) |
The size of the fleet.
|
copy
apply, build
ModifySpotFleetRequestRequest.Builder excessCapacityTerminationPolicy(String excessCapacityTerminationPolicy)
Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.
excessCapacityTerminationPolicy
- Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet
request is decreased below the current size of the Spot fleet.ExcessCapacityTerminationPolicy
ModifySpotFleetRequestRequest.Builder excessCapacityTerminationPolicy(ExcessCapacityTerminationPolicy excessCapacityTerminationPolicy)
Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.
excessCapacityTerminationPolicy
- Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet
request is decreased below the current size of the Spot fleet.ExcessCapacityTerminationPolicy
ModifySpotFleetRequestRequest.Builder spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
spotFleetRequestId
- The ID of the Spot fleet request.ModifySpotFleetRequestRequest.Builder targetCapacity(Integer targetCapacity)
The size of the fleet.
targetCapacity
- The size of the fleet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.