Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotCapacityRebalance.Builder
-
Packages that use SpotCapacityRebalance.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SpotCapacityRebalance.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotCapacityRebalance.Builder Modifier and Type Method Description static SpotCapacityRebalance.BuilderSpotCapacityRebalance. builder()SpotCapacityRebalance.BuilderSpotCapacityRebalance.Builder. replacementStrategy(String replacementStrategy)The replacement strategy to use.SpotCapacityRebalance.BuilderSpotCapacityRebalance.Builder. replacementStrategy(ReplacementStrategy replacementStrategy)The replacement strategy to use.SpotCapacityRebalance.BuilderSpotCapacityRebalance.Builder. terminationDelay(Integer terminationDelay)The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.SpotCapacityRebalance.BuilderSpotCapacityRebalance. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotCapacityRebalance.Builder Modifier and Type Method Description static Class<? extends SpotCapacityRebalance.Builder>SpotCapacityRebalance. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotCapacityRebalance.Builder Modifier and Type Method Description default SpotMaintenanceStrategies.BuilderSpotMaintenanceStrategies.Builder. capacityRebalance(Consumer<SpotCapacityRebalance.Builder> capacityRebalance)The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.
-