CopyableBuilder<PurchaseReservedInstancesOfferingRequest.Builder,PurchaseReservedInstancesOfferingRequest>
, SdkBuilder<PurchaseReservedInstancesOfferingRequest.Builder,PurchaseReservedInstancesOfferingRequest>
public static interface PurchaseReservedInstancesOfferingRequest.Builder extends CopyableBuilder<PurchaseReservedInstancesOfferingRequest.Builder,PurchaseReservedInstancesOfferingRequest>
Modifier and Type | Method | Description |
---|---|---|
PurchaseReservedInstancesOfferingRequest.Builder |
instanceCount(Integer instanceCount) |
The number of Reserved Instances to purchase.
|
PurchaseReservedInstancesOfferingRequest.Builder |
limitPrice(ReservedInstanceLimitPrice limitPrice) |
Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved
Instances are not purchased at unexpected prices.
|
PurchaseReservedInstancesOfferingRequest.Builder |
reservedInstancesOfferingId(String reservedInstancesOfferingId) |
The ID of the Reserved Instance offering to purchase.
|
copy
apply, build
PurchaseReservedInstancesOfferingRequest.Builder instanceCount(Integer instanceCount)
The number of Reserved Instances to purchase.
instanceCount
- The number of Reserved Instances to purchase.PurchaseReservedInstancesOfferingRequest.Builder reservedInstancesOfferingId(String reservedInstancesOfferingId)
The ID of the Reserved Instance offering to purchase.
reservedInstancesOfferingId
- The ID of the Reserved Instance offering to purchase.PurchaseReservedInstancesOfferingRequest.Builder limitPrice(ReservedInstanceLimitPrice limitPrice)
Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.
limitPrice
- Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the
Reserved Instances are not purchased at unexpected prices.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.