public static interface GetReservedInstancesExchangeQuoteResponse.Builder extends EC2Response.Builder, CopyableBuilder<GetReservedInstancesExchangeQuoteResponse.Builder,GetReservedInstancesExchangeQuoteResponse>
buildcopyapply, buildGetReservedInstancesExchangeQuoteResponse.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.default GetReservedInstancesExchangeQuoteResponse.Builder reservedInstanceValueRollup(Consumer<ReservationValue.Builder> reservedInstanceValueRollup)
The cost associated with the Reserved Instance.
This is a convenience that creates an instance of theReservationValue.Builder avoiding the need to
create one manually via ReservationValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to reservedInstanceValueRollup(ReservationValue).reservedInstanceValueRollup - a consumer that will call methods on ReservationValue.BuilderreservedInstanceValueRollup(ReservationValue)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.default GetReservedInstancesExchangeQuoteResponse.Builder targetConfigurationValueRollup(Consumer<ReservationValue.Builder> targetConfigurationValueRollup)
The cost associated with the Reserved Instance.
This is a convenience that creates an instance of theReservationValue.Builder avoiding the need to
create one manually via ReservationValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to targetConfigurationValueRollup(ReservationValue).targetConfigurationValueRollup - a consumer that will call methods on ReservationValue.BuildertargetConfigurationValueRollup(ReservationValue)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 Amazon Web Services, Inc. All Rights Reserved.