public static interface PricingDetail.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<PricingDetail.Builder,PricingDetail>
| Modifier and Type | Method and Description |
|---|---|
PricingDetail.Builder |
count(Integer count)
The number of reservations available for the price.
|
PricingDetail.Builder |
price(Double price)
The price per instance.
|
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 © 2018. All rights reserved.