CopyableBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,AcceptReservedInstancesExchangeQuoteRequest>
, SdkBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,AcceptReservedInstancesExchangeQuoteRequest>
public static interface AcceptReservedInstancesExchangeQuoteRequest.Builder extends CopyableBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,AcceptReservedInstancesExchangeQuoteRequest>
Modifier and Type | Method | Description |
---|---|---|
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 |
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 |
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.
|
copy
apply, build
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.
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 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.
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 configurations of the Convertible Reserved Instance offerings that you are purchasing in this
exchange.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.