Interface PurchaseReservedInstancesOfferingResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<PurchaseReservedInstancesOfferingResponse.Builder,PurchaseReservedInstancesOfferingResponse>, Ec2Response.Builder, SdkBuilder<PurchaseReservedInstancesOfferingResponse.Builder,PurchaseReservedInstancesOfferingResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
PurchaseReservedInstancesOfferingResponse

public static interface PurchaseReservedInstancesOfferingResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<PurchaseReservedInstancesOfferingResponse.Builder,PurchaseReservedInstancesOfferingResponse>
  • Method Details

    • reservedInstancesId

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.