public static interface ReservationValue.Builder extends SdkPojo, CopyableBuilder<ReservationValue.Builder,ReservationValue>
Modifier and Type | Method and Description |
---|---|
ReservationValue.Builder |
hourlyPrice(String hourlyPrice)
The hourly rate of the reservation.
|
ReservationValue.Builder |
remainingTotalValue(String remainingTotalValue)
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
|
ReservationValue.Builder |
remainingUpfrontValue(String remainingUpfrontValue)
The remaining upfront cost of the reservation.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ReservationValue.Builder hourlyPrice(String hourlyPrice)
The hourly rate of the reservation.
hourlyPrice
- The hourly rate of the reservation.ReservationValue.Builder remainingTotalValue(String remainingTotalValue)
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
remainingTotalValue
- The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours
remaining).ReservationValue.Builder remainingUpfrontValue(String remainingUpfrontValue)
The remaining upfront cost of the reservation.
remainingUpfrontValue
- The remaining upfront cost of the reservation.Copyright © 2019. All rights reserved.