Uses of Interface
software.amazon.awssdk.services.ec2.model.InterruptibleCapacityAllocation.Builder
-
Packages that use InterruptibleCapacityAllocation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InterruptibleCapacityAllocation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InterruptibleCapacityAllocation.Builder Modifier and Type Method Description static InterruptibleCapacityAllocation.BuilderInterruptibleCapacityAllocation. builder()InterruptibleCapacityAllocation.BuilderInterruptibleCapacityAllocation.Builder. instanceCount(Integer instanceCount)The current number of instances allocated to the interruptible reservation.InterruptibleCapacityAllocation.BuilderInterruptibleCapacityAllocation.Builder. interruptibleCapacityReservationId(String interruptibleCapacityReservationId)The ID of the interruptible Capacity Reservation created from the allocation.InterruptibleCapacityAllocation.BuilderInterruptibleCapacityAllocation.Builder. interruptionType(String interruptionType)The type of interruption policy applied to the interruptible reservation.InterruptibleCapacityAllocation.BuilderInterruptibleCapacityAllocation.Builder. interruptionType(InterruptionType interruptionType)The type of interruption policy applied to the interruptible reservation.InterruptibleCapacityAllocation.BuilderInterruptibleCapacityAllocation.Builder. status(String status)The current status of the allocation (updating during reclamation, active when complete).InterruptibleCapacityAllocation.BuilderInterruptibleCapacityAllocation.Builder. status(InterruptibleCapacityReservationAllocationStatus status)The current status of the allocation (updating during reclamation, active when complete).InterruptibleCapacityAllocation.BuilderInterruptibleCapacityAllocation.Builder. targetInstanceCount(Integer targetInstanceCount)After your modify request, the requested number of instances allocated to interruptible reservation.InterruptibleCapacityAllocation.BuilderInterruptibleCapacityAllocation. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InterruptibleCapacityAllocation.Builder Modifier and Type Method Description static Class<? extends InterruptibleCapacityAllocation.Builder>InterruptibleCapacityAllocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InterruptibleCapacityAllocation.Builder Modifier and Type Method Description default 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.default GetCapacityReservationUsageResponse.BuilderGetCapacityReservationUsageResponse.Builder. interruptibleCapacityAllocation(Consumer<InterruptibleCapacityAllocation.Builder> interruptibleCapacityAllocation)Information about the capacity allocated to the interruptible Capacity Reservation, including instance counts and allocation status.
-