Uses of Interface
software.amazon.awssdk.services.ec2.model.PurchaseHostReservationRequest.Builder
Packages that use PurchaseHostReservationRequest.Builder
Package
Description
-
Uses of PurchaseHostReservationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type PurchaseHostReservationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.purchaseHostReservation(Consumer<PurchaseHostReservationRequest.Builder> purchaseHostReservationRequest) Purchase a reservation with configurations that match those of your Dedicated Host.default PurchaseHostReservationResponseEc2Client.purchaseHostReservation(Consumer<PurchaseHostReservationRequest.Builder> purchaseHostReservationRequest) Purchase a reservation with configurations that match those of your Dedicated Host. -
Uses of PurchaseHostReservationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PurchaseHostReservationRequest.BuilderModifier and TypeMethodDescriptionPurchaseHostReservationRequest.builder()PurchaseHostReservationRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.PurchaseHostReservationRequest.Builder.currencyCode(String currencyCode) The currency in which thetotalUpfrontPrice,LimitPrice, andtotalHourlyPriceamounts are specified.PurchaseHostReservationRequest.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which thetotalUpfrontPrice,LimitPrice, andtotalHourlyPriceamounts are specified.The IDs of the Dedicated Hosts with which the reservation will be associated.PurchaseHostReservationRequest.Builder.hostIdSet(Collection<String> hostIdSet) The IDs of the Dedicated Hosts with which the reservation will be associated.PurchaseHostReservationRequest.Builder.limitPrice(String limitPrice) The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's upfront cost multiplied by the host count).PurchaseHostReservationRequest.Builder.offeringId(String offeringId) The ID of the offering.PurchaseHostReservationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PurchaseHostReservationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PurchaseHostReservationRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the Dedicated Host Reservation during purchase.PurchaseHostReservationRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the Dedicated Host Reservation during purchase.PurchaseHostReservationRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the Dedicated Host Reservation during purchase.PurchaseHostReservationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PurchaseHostReservationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PurchaseHostReservationRequest.Builder>PurchaseHostReservationRequest.serializableBuilderClass()