public static interface PricingDetail.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, 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 © 2023. All rights reserved.