Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateInterruptibleCapacityReservationAllocationResponse.Builder
Packages that use CreateInterruptibleCapacityReservationAllocationResponse.Builder
-
Uses of CreateInterruptibleCapacityReservationAllocationResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateInterruptibleCapacityReservationAllocationResponse.BuilderModifier and TypeMethodDescriptionCreateInterruptibleCapacityReservationAllocationResponse.builder()CreateInterruptibleCapacityReservationAllocationResponse.Builder.interruptionType(String interruptionType) The type of interruption applied to the interruptible reservation.CreateInterruptibleCapacityReservationAllocationResponse.Builder.interruptionType(InterruptionType interruptionType) The type of interruption applied to the interruptible reservation.CreateInterruptibleCapacityReservationAllocationResponse.Builder.sourceCapacityReservationId(String sourceCapacityReservationId) The ID of the source Capacity Reservation from which the interruptible Capacity Reservation was created.The current status of the allocation request (creating, active, updating).CreateInterruptibleCapacityReservationAllocationResponse.Builder.status(InterruptibleCapacityReservationAllocationStatus status) The current status of the allocation request (creating, active, updating).CreateInterruptibleCapacityReservationAllocationResponse.Builder.targetInstanceCount(Integer targetInstanceCount) The number of instances allocated to the interruptible reservation.CreateInterruptibleCapacityReservationAllocationResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateInterruptibleCapacityReservationAllocationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateInterruptibleCapacityReservationAllocationResponse.Builder>CreateInterruptibleCapacityReservationAllocationResponse.serializableBuilderClass()