CopyableBuilder<PurchaseOfferingRequest.Builder,PurchaseOfferingRequest>
, SdkBuilder<PurchaseOfferingRequest.Builder,PurchaseOfferingRequest>
public static interface PurchaseOfferingRequest.Builder extends CopyableBuilder<PurchaseOfferingRequest.Builder,PurchaseOfferingRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
PurchaseOfferingRequest.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 Amazon Web Services, Inc. All Rights Reserved.