public static interface ReservedInstancesModificationResult.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ReservedInstancesModificationResult.Builder,ReservedInstancesModificationResult>
| Modifier and Type | Method and Description |
|---|---|
ReservedInstancesModificationResult.Builder |
reservedInstancesId(String reservedInstancesId)
The ID for the Reserved Instances that were created as part of the modification request.
|
ReservedInstancesModificationResult.Builder |
targetConfiguration(ReservedInstancesConfiguration targetConfiguration)
The target Reserved Instances configurations supplied as part of the modification request.
|
ReservedInstancesModificationResult.Builder reservedInstancesId(String reservedInstancesId)
The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
reservedInstancesId - The ID for the Reserved Instances that were created as part of the modification request. This field is
only available when the modification is fulfilled.ReservedInstancesModificationResult.Builder targetConfiguration(ReservedInstancesConfiguration targetConfiguration)
The target Reserved Instances configurations supplied as part of the modification request.
targetConfiguration - The target Reserved Instances configurations supplied as part of the modification request.Copyright © 2017. All rights reserved.