CopyableBuilder<GetReservedInstancesExchangeQuoteRequest.Builder,GetReservedInstancesExchangeQuoteRequest>
, SdkBuilder<GetReservedInstancesExchangeQuoteRequest.Builder,GetReservedInstancesExchangeQuoteRequest>
public static interface GetReservedInstancesExchangeQuoteRequest.Builder extends CopyableBuilder<GetReservedInstancesExchangeQuoteRequest.Builder,GetReservedInstancesExchangeQuoteRequest>
Modifier and Type | Method | Description |
---|---|---|
GetReservedInstancesExchangeQuoteRequest.Builder |
reservedInstanceIds(String... reservedInstanceIds) |
The IDs of the Convertible Reserved Instances to exchange.
|
GetReservedInstancesExchangeQuoteRequest.Builder |
reservedInstanceIds(Collection<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.
|
copy
apply, build
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.
NOTE: This method appends the values to the existing list (if any). Use
#setReservedInstanceIds(java.util.Collection)
or
#withReservedInstanceIds(java.util.Collection)
if you want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setTargetConfigurations(java.util.Collection)
or
#withTargetConfigurations(java.util.Collection)
if you want to override the existing values.
targetConfigurations
- The configuration requirements of the Convertible Reserved Instances to exchange for your current
Convertible Reserved Instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.