public static interface PurchaseReservedInstancesOfferingResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<PurchaseReservedInstancesOfferingResponse.Builder,PurchaseReservedInstancesOfferingResponse>
Modifier and Type | Method and Description |
---|---|
PurchaseReservedInstancesOfferingResponse.Builder |
reservedInstancesId(String reservedInstancesId)
The IDs of the purchased Reserved Instances.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
PurchaseReservedInstancesOfferingResponse.Builder reservedInstancesId(String reservedInstancesId)
The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted pricing tier, the final Reserved Instances IDs might change. For more information, see Crossing pricing tiers in the Amazon Elastic Compute Cloud User Guide.
reservedInstancesId
- The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted pricing tier,
the final Reserved Instances IDs might change. For more information, see Crossing pricing tiers in the Amazon Elastic Compute Cloud User Guide.Copyright © 2022. All rights reserved.