public static interface GetReservedInstancesExchangeQuoteResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetReservedInstancesExchangeQuoteResponse.Builder,GetReservedInstancesExchangeQuoteResponse>
GetReservedInstancesExchangeQuoteResponse.Builder currencyCode(String currencyCode)
The currency of the transaction.
currencyCode - The currency of the transaction.GetReservedInstancesExchangeQuoteResponse.Builder isValidExchange(Boolean isValidExchange)
If true, the exchange is valid. If false, the exchange cannot be completed.
isValidExchange - If true, the exchange is valid. If false, the exchange cannot be completed.GetReservedInstancesExchangeQuoteResponse.Builder outputReservedInstancesWillExpireAt(Instant outputReservedInstancesWillExpireAt)
The new end date of the reservation term.
outputReservedInstancesWillExpireAt - The new end date of the reservation term.GetReservedInstancesExchangeQuoteResponse.Builder paymentDue(String paymentDue)
The total true upfront charge for the exchange.
paymentDue - The total true upfront charge for the exchange.GetReservedInstancesExchangeQuoteResponse.Builder reservedInstanceValueRollup(ReservationValue reservedInstanceValueRollup)
The cost associated with the Reserved Instance.
reservedInstanceValueRollup - The cost associated with the Reserved Instance.GetReservedInstancesExchangeQuoteResponse.Builder reservedInstanceValueSet(Collection<ReservedInstanceReservationValue> reservedInstanceValueSet)
The configuration of your Convertible Reserved Instances.
reservedInstanceValueSet - The configuration of your Convertible Reserved Instances.GetReservedInstancesExchangeQuoteResponse.Builder reservedInstanceValueSet(ReservedInstanceReservationValue... reservedInstanceValueSet)
The configuration of your Convertible Reserved Instances.
reservedInstanceValueSet - The configuration of your Convertible Reserved Instances.GetReservedInstancesExchangeQuoteResponse.Builder targetConfigurationValueRollup(ReservationValue targetConfigurationValueRollup)
The cost associated with the Reserved Instance.
targetConfigurationValueRollup - The cost associated with the Reserved Instance.GetReservedInstancesExchangeQuoteResponse.Builder targetConfigurationValueSet(Collection<TargetReservationValue> targetConfigurationValueSet)
The values of the target Convertible Reserved Instances.
targetConfigurationValueSet - The values of the target Convertible Reserved Instances.GetReservedInstancesExchangeQuoteResponse.Builder targetConfigurationValueSet(TargetReservationValue... targetConfigurationValueSet)
The values of the target Convertible Reserved Instances.
targetConfigurationValueSet - The values of the target Convertible Reserved Instances.GetReservedInstancesExchangeQuoteResponse.Builder validationFailureReason(String validationFailureReason)
Describes the reason why the exchange cannot be completed.
validationFailureReason - Describes the reason why the exchange cannot be completed.Copyright © 2017. All rights reserved.