Uses of Interface
software.amazon.awssdk.services.ec2.model.InterruptionInfo.Builder
Packages that use InterruptionInfo.Builder
-
Uses of InterruptionInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InterruptionInfo.BuilderModifier and TypeMethodDescriptionstatic InterruptionInfo.BuilderInterruptionInfo.builder()InterruptionInfo.Builder.interruptionType(String interruptionType) The interruption type that determines how instances are terminated when capacity is reclaimed.InterruptionInfo.Builder.interruptionType(InterruptionType interruptionType) The interruption type that determines how instances are terminated when capacity is reclaimed.InterruptionInfo.Builder.sourceCapacityReservationId(String sourceCapacityReservationId) The ID of the source Capacity Reservation from which the interruptible reservation was created.InterruptionInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InterruptionInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InterruptionInfo.Builder>InterruptionInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InterruptionInfo.BuilderModifier and TypeMethodDescriptiondefault CapacityReservation.BuilderCapacityReservation.Builder.interruptionInfo(Consumer<InterruptionInfo.Builder> interruptionInfo) Information about the interruption configuration and association with the source reservation for interruptible Capacity Reservations.GetCapacityReservationUsageResponse.Builder.interruptionInfo(Consumer<InterruptionInfo.Builder> interruptionInfo) Details about the interruption configuration and source reservation for interruptible Capacity Reservations.