Uses of Interface
software.amazon.awssdk.services.ec2.model.HostReservation.Builder
Packages that use HostReservation.Builder
-
Uses of HostReservation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HostReservation.BuilderModifier and TypeMethodDescriptionstatic HostReservation.BuilderHostReservation.builder()The number of Dedicated Hosts the reservation is associated with.HostReservation.Builder.currencyCode(String currencyCode) The currency in which theupfrontPriceandhourlyPriceamounts are specified.HostReservation.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which theupfrontPriceandhourlyPriceamounts are specified.The length of the reservation's term, specified in seconds.The date and time that the reservation ends.The IDs of the Dedicated Hosts associated with the reservation.HostReservation.Builder.hostIdSet(Collection<String> hostIdSet) The IDs of the Dedicated Hosts associated with the reservation.HostReservation.Builder.hostReservationId(String hostReservationId) The ID of the reservation that specifies the associated Dedicated Hosts.HostReservation.Builder.hourlyPrice(String hourlyPrice) The hourly price of the reservation.HostReservation.Builder.instanceFamily(String instanceFamily) The instance family of the Dedicated Host Reservation.HostReservation.Builder.offeringId(String offeringId) The ID of the reservation.HostReservation.Builder.paymentOption(String paymentOption) The payment option selected for this reservation.HostReservation.Builder.paymentOption(PaymentOption paymentOption) The payment option selected for this reservation.The date and time that the reservation started.The state of the reservation.HostReservation.Builder.state(ReservationState state) The state of the reservation.HostReservation.Builder.tags(Collection<Tag> tags) Any tags assigned to the Dedicated Host Reservation.HostReservation.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the Dedicated Host Reservation.Any tags assigned to the Dedicated Host Reservation.HostReservation.toBuilder()HostReservation.Builder.upfrontPrice(String upfrontPrice) The upfront price of the reservation.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostReservation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HostReservation.Builder>HostReservation.serializableBuilderClass()