Interface AcceptReservedInstancesExchangeQuoteRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,AcceptReservedInstancesExchangeQuoteRequest>,Ec2Request.Builder,SdkBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,AcceptReservedInstancesExchangeQuoteRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AcceptReservedInstancesExchangeQuoteRequest
@Mutable @NotThreadSafe public static interface AcceptReservedInstancesExchangeQuoteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AcceptReservedInstancesExchangeQuoteRequest.Builder,AcceptReservedInstancesExchangeQuoteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceptReservedInstancesExchangeQuoteRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AcceptReservedInstancesExchangeQuoteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AcceptReservedInstancesExchangeQuoteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AcceptReservedInstancesExchangeQuoteRequest.BuilderreservedInstanceIds(String... reservedInstanceIds)The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.AcceptReservedInstancesExchangeQuoteRequest.BuilderreservedInstanceIds(Collection<String> reservedInstanceIds)The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.AcceptReservedInstancesExchangeQuoteRequest.BuildertargetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations)The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.AcceptReservedInstancesExchangeQuoteRequest.BuildertargetConfigurations(Consumer<TargetConfigurationRequest.Builder>... targetConfigurations)The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.AcceptReservedInstancesExchangeQuoteRequest.BuildertargetConfigurations(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.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dryRun
AcceptReservedInstancesExchangeQuoteRequest.Builder dryRun(Boolean 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 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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservedInstanceIds
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.
- 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.
-
reservedInstanceIds
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.
- 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.
-
targetConfigurations
AcceptReservedInstancesExchangeQuoteRequest.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.
-
targetConfigurations
AcceptReservedInstancesExchangeQuoteRequest.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.
-
targetConfigurations
AcceptReservedInstancesExchangeQuoteRequest.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 to#targetConfigurations(List.) - Parameters:
targetConfigurations- a consumer that will call methods onTargetConfigurationRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#targetConfigurations(java.util.Collection)
-
overrideConfiguration
AcceptReservedInstancesExchangeQuoteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AcceptReservedInstancesExchangeQuoteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-