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