public static interface GetReservedInstancesExchangeQuoteRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetReservedInstancesExchangeQuoteRequest.Builder,GetReservedInstancesExchangeQuoteRequest>
| Modifier and Type | Method and Description |
|---|---|
GetReservedInstancesExchangeQuoteRequest.Builder |
reservedInstanceIds(Collection<String> reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange.
|
GetReservedInstancesExchangeQuoteRequest.Builder |
reservedInstanceIds(String... reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange.
|
GetReservedInstancesExchangeQuoteRequest.Builder |
targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations)
The configuration requirements of the Convertible Reserved Instances to exchange for your current Convertible
Reserved Instances.
|
GetReservedInstancesExchangeQuoteRequest.Builder |
targetConfigurations(TargetConfigurationRequest... targetConfigurations)
The configuration requirements of the Convertible Reserved Instances to exchange for your current Convertible
Reserved Instances.
|
GetReservedInstancesExchangeQuoteRequest.Builder reservedInstanceIds(Collection<String> reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange.
reservedInstanceIds - The IDs of the Convertible Reserved Instances to exchange.GetReservedInstancesExchangeQuoteRequest.Builder reservedInstanceIds(String... reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange.
reservedInstanceIds - The IDs of the Convertible Reserved Instances to exchange.GetReservedInstancesExchangeQuoteRequest.Builder targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations)
The configuration requirements of the Convertible Reserved Instances to exchange for your current Convertible Reserved Instances.
targetConfigurations - The configuration requirements of the Convertible Reserved Instances to exchange for your current
Convertible Reserved Instances.GetReservedInstancesExchangeQuoteRequest.Builder targetConfigurations(TargetConfigurationRequest... targetConfigurations)
The configuration requirements of the Convertible Reserved Instances to exchange for your current Convertible Reserved Instances.
targetConfigurations - The configuration requirements of the Convertible Reserved Instances to exchange for your current
Convertible Reserved Instances.Copyright © 2017. All rights reserved.