CopyableBuilder<ModifyReservedInstancesRequest.Builder,ModifyReservedInstancesRequest>
, SdkBuilder<ModifyReservedInstancesRequest.Builder,ModifyReservedInstancesRequest>
public static interface ModifyReservedInstancesRequest.Builder extends CopyableBuilder<ModifyReservedInstancesRequest.Builder,ModifyReservedInstancesRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyReservedInstancesRequest.Builder |
clientToken(String clientToken) |
A unique, case-sensitive token you provide to ensure idempotency of your modification request.
|
ModifyReservedInstancesRequest.Builder |
reservedInstancesIds(String... reservedInstancesIds) |
The IDs of the Reserved Instances to modify.
|
ModifyReservedInstancesRequest.Builder |
reservedInstancesIds(Collection<String> reservedInstancesIds) |
The IDs of the Reserved Instances to modify.
|
ModifyReservedInstancesRequest.Builder |
targetConfigurations(Collection<ReservedInstancesConfiguration> targetConfigurations) |
The configuration settings for the Reserved Instances to modify.
|
ModifyReservedInstancesRequest.Builder |
targetConfigurations(ReservedInstancesConfiguration... targetConfigurations) |
The configuration settings for the Reserved Instances to modify.
|
copy
apply, build
ModifyReservedInstancesRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setReservedInstancesIds(java.util.Collection)
or
#withReservedInstancesIds(java.util.Collection)
if you want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setTargetConfigurations(java.util.Collection)
or
#withTargetConfigurations(java.util.Collection)
if you want to override the existing values.
targetConfigurations
- The configuration settings for the Reserved Instances to modify.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.