public static interface ReservedInstanceReservationValue.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ReservedInstanceReservationValue.Builder,ReservedInstanceReservationValue>
| Modifier and Type | Method and Description |
|---|---|
ReservedInstanceReservationValue.Builder |
reservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instance that you are exchanging.
|
ReservedInstanceReservationValue.Builder |
reservedInstanceId(String reservedInstanceId)
The ID of the Convertible Reserved Instance that you are exchanging.
|
ReservedInstanceReservationValue.Builder reservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instance that you are exchanging.
reservationValue - The total value of the Convertible Reserved Instance that you are exchanging.ReservedInstanceReservationValue.Builder reservedInstanceId(String reservedInstanceId)
The ID of the Convertible Reserved Instance that you are exchanging.
reservedInstanceId - The ID of the Convertible Reserved Instance that you are exchanging.Copyright © 2017. All rights reserved.