public static interface AcceptReservedInstancesExchangeQuoteRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,AcceptReservedInstancesExchangeQuoteRequest>
| Modifier and Type | Method and Description |
|---|---|
AcceptReservedInstancesExchangeQuoteRequest.Builder |
reservedInstanceIds(Collection<String> reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange for other Convertible Reserved Instances of the
same or higher value.
|
AcceptReservedInstancesExchangeQuoteRequest.Builder |
reservedInstanceIds(String... reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange for other Convertible Reserved Instances of the
same or higher value.
|
AcceptReservedInstancesExchangeQuoteRequest.Builder |
targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations)
The configurations of the Convertible Reserved Instance offerings that you are purchasing in this exchange.
|
AcceptReservedInstancesExchangeQuoteRequest.Builder |
targetConfigurations(TargetConfigurationRequest... targetConfigurations)
The configurations of the Convertible Reserved Instance offerings that you are purchasing in this exchange.
|
AcceptReservedInstancesExchangeQuoteRequest.Builder reservedInstanceIds(Collection<String> reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange for other Convertible Reserved Instances of the same or higher value.
reservedInstanceIds - The IDs of the Convertible Reserved Instances to exchange for other Convertible Reserved Instances of
the same or higher value.AcceptReservedInstancesExchangeQuoteRequest.Builder reservedInstanceIds(String... reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange for other Convertible Reserved Instances of the same or higher value.
reservedInstanceIds - The IDs of the Convertible Reserved Instances to exchange for other Convertible Reserved Instances of
the same or higher value.AcceptReservedInstancesExchangeQuoteRequest.Builder targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations)
The configurations of the Convertible Reserved Instance offerings that you are purchasing in this exchange.
targetConfigurations - The configurations of the Convertible Reserved Instance offerings that you are purchasing in this
exchange.AcceptReservedInstancesExchangeQuoteRequest.Builder targetConfigurations(TargetConfigurationRequest... targetConfigurations)
The configurations of the Convertible Reserved Instance offerings that you are purchasing in this exchange.
targetConfigurations - The configurations of the Convertible Reserved Instance offerings that you are purchasing in this
exchange.Copyright © 2017. All rights reserved.