public static interface AcceptReservedInstancesExchangeQuoteRequest.Builder extends EC2Request.Builder, CopyableBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,AcceptReservedInstancesExchangeQuoteRequest>
| Modifier and Type | Method and Description |
|---|---|
AcceptReservedInstancesExchangeQuoteRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AcceptReservedInstancesExchangeQuoteRequest.Builder |
reservedInstanceIds(Collection<String> reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the
same or higher value.
|
AcceptReservedInstancesExchangeQuoteRequest.Builder |
reservedInstanceIds(String... reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the
same or higher value.
|
AcceptReservedInstancesExchangeQuoteRequest.Builder |
targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations)
The configuration of the target Convertible Reserved Instance to exchange for your current Convertible
Reserved Instances.
|
AcceptReservedInstancesExchangeQuoteRequest.Builder |
targetConfigurations(TargetConfigurationRequest... targetConfigurations)
The configuration of the target Convertible Reserved Instance to exchange for your current Convertible
Reserved Instances.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildAcceptReservedInstancesExchangeQuoteRequest.Builder reservedInstanceIds(Collection<String> reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.
reservedInstanceIds - The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of
the same or higher value.AcceptReservedInstancesExchangeQuoteRequest.Builder reservedInstanceIds(String... reservedInstanceIds)
The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.
reservedInstanceIds - The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of
the same or higher value.AcceptReservedInstancesExchangeQuoteRequest.Builder targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations)
The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.
targetConfigurations - The configuration of the target Convertible Reserved Instance to exchange for your current Convertible
Reserved Instances.AcceptReservedInstancesExchangeQuoteRequest.Builder targetConfigurations(TargetConfigurationRequest... targetConfigurations)
The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.
targetConfigurations - The configuration of the target Convertible Reserved Instance to exchange for your current Convertible
Reserved Instances.AcceptReservedInstancesExchangeQuoteRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.