public static interface PurchaseOfferingRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<PurchaseOfferingRequest.Builder,PurchaseOfferingRequest>
| Modifier and Type | Method and Description |
|---|---|
PurchaseOfferingRequest.Builder |
offeringId(String offeringId)
The ID of the offering.
|
PurchaseOfferingRequest.Builder |
offeringPromotionId(String offeringPromotionId)
The ID of the offering promotion to be applied to the purchase.
|
PurchaseOfferingRequest.Builder |
quantity(Integer quantity)
The number of device slots you wish to purchase in an offering request.
|
copyapply, buildPurchaseOfferingRequest.Builder offeringId(String offeringId)
The ID of the offering.
offeringId - The ID of the offering.PurchaseOfferingRequest.Builder quantity(Integer quantity)
The number of device slots you wish to purchase in an offering request.
quantity - The number of device slots you wish to purchase in an offering request.PurchaseOfferingRequest.Builder offeringPromotionId(String offeringPromotionId)
The ID of the offering promotion to be applied to the purchase.
offeringPromotionId - The ID of the offering promotion to be applied to the purchase.Copyright © 2017. All rights reserved.