Uses of Interface
software.amazon.awssdk.services.ec2.model.Purchase.Builder
Packages that use Purchase.Builder
-
Uses of Purchase.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Purchase.BuilderModifier and TypeMethodDescriptionstatic Purchase.BuilderPurchase.builder()Purchase.Builder.currencyCode(String currencyCode) The currency in which theUpfrontPriceandHourlyPriceamounts are specified.Purchase.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which theUpfrontPriceandHourlyPriceamounts are specified.The duration of the reservation's term in seconds.The IDs of the Dedicated Hosts associated with the reservation.Purchase.Builder.hostIdSet(Collection<String> hostIdSet) The IDs of the Dedicated Hosts associated with the reservation.Purchase.Builder.hostReservationId(String hostReservationId) The ID of the reservation.Purchase.Builder.hourlyPrice(String hourlyPrice) The hourly price of the reservation per hour.Purchase.Builder.instanceFamily(String instanceFamily) The instance family on the Dedicated Host that the reservation can be associated with.Purchase.Builder.paymentOption(String paymentOption) The payment option for the reservation.Purchase.Builder.paymentOption(PaymentOption paymentOption) The payment option for the reservation.Purchase.toBuilder()Purchase.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 Purchase.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Purchase.Builder>Purchase.serializableBuilderClass()