CopyableBuilder<TargetReservationValue.Builder,TargetReservationValue>
, SdkBuilder<TargetReservationValue.Builder,TargetReservationValue>
public static interface TargetReservationValue.Builder extends CopyableBuilder<TargetReservationValue.Builder,TargetReservationValue>
Modifier and Type | Method | 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.
|
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.