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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
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.
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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.