public static interface FleetSpotCapacityRebalance.Builder extends SdkPojo, CopyableBuilder<FleetSpotCapacityRebalance.Builder,FleetSpotCapacityRebalance>
| Modifier and Type | Method and Description |
|---|---|
FleetSpotCapacityRebalance.Builder |
replacementStrategy(FleetReplacementStrategy replacementStrategy)
To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted
for an existing Spot Instance in the fleet, specify
launch. |
FleetSpotCapacityRebalance.Builder |
replacementStrategy(String replacementStrategy)
To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted
for an existing Spot Instance in the fleet, specify
launch. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFleetSpotCapacityRebalance.Builder replacementStrategy(String replacementStrategy)
To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted
for an existing Spot Instance in the fleet, specify launch. Only available for fleets of type
maintain.
When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can wait until Amazon EC2 interrupts it. You are charged for both instances while they are running.
replacementStrategy - To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is
emitted for an existing Spot Instance in the fleet, specify launch. Only available for
fleets of type maintain. When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can wait until Amazon EC2 interrupts it. You are charged for both instances while they are running.
FleetReplacementStrategy,
FleetReplacementStrategyFleetSpotCapacityRebalance.Builder replacementStrategy(FleetReplacementStrategy replacementStrategy)
To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted
for an existing Spot Instance in the fleet, specify launch. Only available for fleets of type
maintain.
When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can wait until Amazon EC2 interrupts it. You are charged for both instances while they are running.
replacementStrategy - To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is
emitted for an existing Spot Instance in the fleet, specify launch. Only available for
fleets of type maintain. When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can wait until Amazon EC2 interrupts it. You are charged for both instances while they are running.
FleetReplacementStrategy,
FleetReplacementStrategyCopyright © 2020. All rights reserved.