public static interface ReservationValue.Builder extends 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.
|
copyapply, buildReservationValue.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.