public static interface TargetReservationValue.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<TargetReservationValue.Builder,TargetReservationValue>
| Modifier and Type | Method and Description |
|---|---|
TargetReservationValue.Builder |
reservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instances that make up the exchange.
|
TargetReservationValue.Builder |
targetConfiguration(TargetConfiguration targetConfiguration)
The configuration of the Convertible Reserved Instances that make up the exchange.
|
TargetReservationValue.Builder reservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.
reservationValue - The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of
the list value, remaining upfront price, and additional upfront cost of the exchange.TargetReservationValue.Builder targetConfiguration(TargetConfiguration targetConfiguration)
The configuration of the Convertible Reserved Instances that make up the exchange.
targetConfiguration - The configuration of the Convertible Reserved Instances that make up the exchange.Copyright © 2017. All rights reserved.