Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityReservation.Builder
Packages that use CapacityReservation.Builder
-
Uses of CapacityReservation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservation.BuilderModifier and TypeMethodDescriptionCapacityReservation.Builder.availabilityZone(String availabilityZone) The Availability Zone in which the capacity is reserved.CapacityReservation.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone in which the capacity is reserved.CapacityReservation.Builder.availableInstanceCount(Integer availableInstanceCount) The remaining capacity.static CapacityReservation.BuilderCapacityReservation.builder()CapacityReservation.Builder.capacityAllocations(Collection<CapacityAllocation> capacityAllocations) Information about instance capacity usage.CapacityReservation.Builder.capacityAllocations(Consumer<CapacityAllocation.Builder>... capacityAllocations) Information about instance capacity usage.CapacityReservation.Builder.capacityAllocations(CapacityAllocation... capacityAllocations) Information about instance capacity usage.CapacityReservation.Builder.capacityBlockId(String capacityBlockId) The ID of the Capacity Block.CapacityReservation.Builder.capacityReservationArn(String capacityReservationArn) The Amazon Resource Name (ARN) of the Capacity Reservation.CapacityReservation.Builder.capacityReservationFleetId(String capacityReservationFleetId) The ID of the Capacity Reservation Fleet to which the Capacity Reservation belongs.CapacityReservation.Builder.capacityReservationId(String capacityReservationId) The ID of the Capacity Reservation.default CapacityReservation.BuilderCapacityReservation.Builder.commitmentInfo(Consumer<CapacityReservationCommitmentInfo.Builder> commitmentInfo) Information about your commitment for a future-dated Capacity Reservation.CapacityReservation.Builder.commitmentInfo(CapacityReservationCommitmentInfo commitmentInfo) Information about your commitment for a future-dated Capacity Reservation.CapacityReservation.Builder.createDate(Instant createDate) The date and time the Capacity Reservation was created.CapacityReservation.Builder.deliveryPreference(String deliveryPreference) The delivery method for a future-dated Capacity Reservation.CapacityReservation.Builder.deliveryPreference(CapacityReservationDeliveryPreference deliveryPreference) The delivery method for a future-dated Capacity Reservation.CapacityReservation.Builder.ebsOptimized(Boolean ebsOptimized) Indicates whether the Capacity Reservation supports EBS-optimized instances.The date and time the Capacity Reservation expires.CapacityReservation.Builder.endDateType(String endDateType) Indicates the way in which the Capacity Reservation ends.CapacityReservation.Builder.endDateType(EndDateType endDateType) Indicates the way in which the Capacity Reservation ends.CapacityReservation.Builder.ephemeralStorage(Boolean ephemeralStorage) Deprecated.CapacityReservation.Builder.instanceMatchCriteria(String instanceMatchCriteria) Indicates the type of instance launches that the Capacity Reservation accepts.CapacityReservation.Builder.instanceMatchCriteria(InstanceMatchCriteria instanceMatchCriteria) Indicates the type of instance launches that the Capacity Reservation accepts.CapacityReservation.Builder.instancePlatform(String instancePlatform) The type of operating system for which the Capacity Reservation reserves capacity.CapacityReservation.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform) The type of operating system for which the Capacity Reservation reserves capacity.CapacityReservation.Builder.instanceType(String instanceType) The type of instance for which the Capacity Reservation reserves capacity.CapacityReservation.Builder.interruptible(Boolean interruptible) Indicates whether this Capacity Reservation is interruptible, meaning instances may be terminated when the owner reclaims capacity.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.CapacityReservation.Builder.interruptibleCapacityAllocation(InterruptibleCapacityAllocation interruptibleCapacityAllocation) Contains allocation details for interruptible reservations, including current allocated instances and target instance counts within the interruptibleCapacityAllocation object.default CapacityReservation.BuilderCapacityReservation.Builder.interruptionInfo(Consumer<InterruptionInfo.Builder> interruptionInfo) Information about the interruption configuration and association with the source reservation for interruptible Capacity Reservations.CapacityReservation.Builder.interruptionInfo(InterruptionInfo interruptionInfo) Information about the interruption configuration and association with the source reservation for interruptible Capacity Reservations.CapacityReservation.Builder.outpostArn(String outpostArn) The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was created.The ID of the Amazon Web Services account that owns the Capacity Reservation.CapacityReservation.Builder.placementGroupArn(String placementGroupArn) The Amazon Resource Name (ARN) of the cluster placement group in which the Capacity Reservation was created.CapacityReservation.Builder.reservationType(String reservationType) The type of Capacity Reservation.CapacityReservation.Builder.reservationType(CapacityReservationType reservationType) The type of Capacity Reservation.The date and time the Capacity Reservation was started.The current state of the Capacity Reservation.CapacityReservation.Builder.state(CapacityReservationState state) The current state of the Capacity Reservation.CapacityReservation.Builder.tags(Collection<Tag> tags) Any tags assigned to the Capacity Reservation.CapacityReservation.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the Capacity Reservation.Any tags assigned to the Capacity Reservation.Indicates the tenancy of the Capacity Reservation.CapacityReservation.Builder.tenancy(CapacityReservationTenancy tenancy) Indicates the tenancy of the Capacity Reservation.CapacityReservation.toBuilder()CapacityReservation.Builder.totalInstanceCount(Integer totalInstanceCount) The total number of instances for which the Capacity Reservation reserves capacity.CapacityReservation.Builder.unusedReservationBillingOwnerId(String unusedReservationBillingOwnerId) The ID of the Amazon Web Services account to which billing of the unused capacity of the Capacity Reservation is assigned.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityReservation.Builder>CapacityReservation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityReservation.BuilderModifier and TypeMethodDescriptionCreateCapacityReservationResponse.Builder.capacityReservation(Consumer<CapacityReservation.Builder> capacityReservation) Information about the Capacity Reservation.PurchaseCapacityBlockResponse.Builder.capacityReservation(Consumer<CapacityReservation.Builder> capacityReservation) The Capacity Reservation.CreateCapacityReservationBySplittingResponse.Builder.destinationCapacityReservation(Consumer<CapacityReservation.Builder> destinationCapacityReservation) Information about the destination Capacity Reservation.MoveCapacityReservationInstancesResponse.Builder.destinationCapacityReservation(Consumer<CapacityReservation.Builder> destinationCapacityReservation) Information about the destination Capacity Reservation.CreateCapacityReservationBySplittingResponse.Builder.sourceCapacityReservation(Consumer<CapacityReservation.Builder> sourceCapacityReservation) Information about the source Capacity Reservation.MoveCapacityReservationInstancesResponse.Builder.sourceCapacityReservation(Consumer<CapacityReservation.Builder> sourceCapacityReservation) Information about the source Capacity Reservation.