Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotCapacityRebalance.Builder
Packages that use SpotCapacityRebalance.Builder
-
Uses of SpotCapacityRebalance.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotCapacityRebalance.BuilderModifier and TypeMethodDescriptionSpotCapacityRebalance.builder()SpotCapacityRebalance.Builder.replacementStrategy(String replacementStrategy) The replacement strategy to use.SpotCapacityRebalance.Builder.replacementStrategy(ReplacementStrategy replacementStrategy) The replacement strategy to use.SpotCapacityRebalance.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.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotCapacityRebalance.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SpotCapacityRebalance.Builder>SpotCapacityRebalance.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotCapacityRebalance.BuilderModifier and TypeMethodDescriptionSpotMaintenanceStrategies.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.