Uses of Interface
software.amazon.awssdk.services.ec2.model.InterruptibleCapacityAllocation.Builder
Packages that use InterruptibleCapacityAllocation.Builder
-
Uses of InterruptibleCapacityAllocation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InterruptibleCapacityAllocation.BuilderModifier and TypeMethodDescriptionInterruptibleCapacityAllocation.builder()InterruptibleCapacityAllocation.Builder.instanceCount(Integer instanceCount) The current number of instances allocated to the interruptible reservation.InterruptibleCapacityAllocation.Builder.interruptibleCapacityReservationId(String interruptibleCapacityReservationId) The ID of the interruptible Capacity Reservation created from the allocation.InterruptibleCapacityAllocation.Builder.interruptionType(String interruptionType) The type of interruption policy applied to the interruptible reservation.InterruptibleCapacityAllocation.Builder.interruptionType(InterruptionType interruptionType) The type of interruption policy applied to the interruptible reservation.The current status of the allocation (updating during reclamation, active when complete).InterruptibleCapacityAllocation.Builder.status(InterruptibleCapacityReservationAllocationStatus status) The current status of the allocation (updating during reclamation, active when complete).InterruptibleCapacityAllocation.Builder.targetInstanceCount(Integer targetInstanceCount) After your modify request, the requested number of instances allocated to interruptible reservation.InterruptibleCapacityAllocation.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InterruptibleCapacityAllocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InterruptibleCapacityAllocation.Builder>InterruptibleCapacityAllocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InterruptibleCapacityAllocation.BuilderModifier and TypeMethodDescriptiondefault CapacityReservation.BuilderCapacityReservation.Builder.interruptibleCapacityAllocation(Consumer<InterruptibleCapacityAllocation.Builder> interruptibleCapacityAllocation) Contains allocation details for interruptible reservations, including current allocated instances and target instance counts within the interruptibleCapacityAllocation object.GetCapacityReservationUsageResponse.Builder.interruptibleCapacityAllocation(Consumer<InterruptibleCapacityAllocation.Builder> interruptibleCapacityAllocation) Information about the capacity allocated to the interruptible Capacity Reservation, including instance counts and allocation status.