public static interface ModifyReservedInstancesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyReservedInstancesRequest.Builder,ModifyReservedInstancesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyReservedInstancesRequest.Builder reservedInstancesIds(Collection<String> reservedInstancesIds)
The IDs of the Reserved Instances to modify.
reservedInstancesIds - The IDs of the Reserved Instances to modify.ModifyReservedInstancesRequest.Builder reservedInstancesIds(String... reservedInstancesIds)
The IDs of the Reserved Instances to modify.
reservedInstancesIds - The IDs of the Reserved Instances to modify.ModifyReservedInstancesRequest.Builder clientToken(String clientToken)
A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
clientToken - A unique, case-sensitive token you provide to ensure idempotency of your modification request. For
more information, see Ensuring
Idempotency.ModifyReservedInstancesRequest.Builder targetConfigurations(Collection<ReservedInstancesConfiguration> targetConfigurations)
The configuration settings for the Reserved Instances to modify.
targetConfigurations - The configuration settings for the Reserved Instances to modify.ModifyReservedInstancesRequest.Builder targetConfigurations(ReservedInstancesConfiguration... targetConfigurations)
The configuration settings for the Reserved Instances to modify.
targetConfigurations - The configuration settings for the Reserved Instances to modify.ModifyReservedInstancesRequest.Builder targetConfigurations(Consumer<ReservedInstancesConfiguration.Builder>... targetConfigurations)
The configuration settings for the Reserved Instances to modify.
This is a convenience method that creates an instance of theReservedInstancesConfiguration.Builder avoiding the need to
create one manually via
ReservedInstancesConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #targetConfigurations(List.
targetConfigurations - a consumer that will call methods on
ReservedInstancesConfiguration.Builder#targetConfigurations(java.util.Collection) ModifyReservedInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyReservedInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.