Interface AcceptReservedInstancesExchangeQuoteRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,,- AcceptReservedInstancesExchangeQuoteRequest> - Ec2Request.Builder,- SdkBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,,- AcceptReservedInstancesExchangeQuoteRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- AcceptReservedInstancesExchangeQuoteRequest
- 
Method SummaryModifier and TypeMethodDescriptionChecks whether you have the required permissions for the action, without actually making the request, and provides an error response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reservedInstanceIds(String... reservedInstanceIds) The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.reservedInstanceIds(Collection<String> reservedInstanceIds) The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.targetConfigurations(Consumer<TargetConfigurationRequest.Builder>... targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.targetConfigurations(TargetConfigurationRequest... targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dryRunChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
- dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is- DryRunOperation. Otherwise, it is- UnauthorizedOperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
reservedInstanceIdsAcceptReservedInstancesExchangeQuoteRequest.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. - Parameters:
- reservedInstanceIds- The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
reservedInstanceIdsAcceptReservedInstancesExchangeQuoteRequest.Builder reservedInstanceIds(String... reservedInstanceIds) The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value. - Parameters:
- reservedInstanceIds- The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetConfigurationsAcceptReservedInstancesExchangeQuoteRequest.Builder targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances. - Parameters:
- targetConfigurations- The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetConfigurationsAcceptReservedInstancesExchangeQuoteRequest.Builder targetConfigurations(TargetConfigurationRequest... targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances. - Parameters:
- targetConfigurations- The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetConfigurationsAcceptReservedInstancesExchangeQuoteRequest.Builder targetConfigurations(Consumer<TargetConfigurationRequest.Builder>... targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances. This is a convenience method that creates an instance of theTargetConfigurationRequest.Builderavoiding the need to create one manually viaTargetConfigurationRequest.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetConfigurations(List<TargetConfigurationRequest>).- Parameters:
- targetConfigurations- a consumer that will call methods on- TargetConfigurationRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationAcceptReservedInstancesExchangeQuoteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationAcceptReservedInstancesExchangeQuoteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-