CopyableBuilder<PricingDetail.Builder,PricingDetail>
, SdkBuilder<PricingDetail.Builder,PricingDetail>
public static interface PricingDetail.Builder extends CopyableBuilder<PricingDetail.Builder,PricingDetail>
Modifier and Type | Method | Description |
---|---|---|
PricingDetail.Builder |
count(Integer count) |
The number of reservations available for the price.
|
PricingDetail.Builder |
price(Double price) |
The price per instance.
|
copy
apply, build
PricingDetail.Builder count(Integer count)
The number of reservations available for the price.
count
- The number of reservations available for the price.PricingDetail.Builder price(Double price)
The price per instance.
price
- The price per instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.