public static interface CancelReservedInstancesListingResponse.Builder extends EC2Response.Builder, CopyableBuilder<CancelReservedInstancesListingResponse.Builder,CancelReservedInstancesListingResponse>
Modifier and Type | Method and Description |
---|---|
CancelReservedInstancesListingResponse.Builder |
reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
The Reserved Instance listing.
|
CancelReservedInstancesListingResponse.Builder |
reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
The Reserved Instance listing.
|
build
copy
apply, build
CancelReservedInstancesListingResponse.Builder reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
The Reserved Instance listing.
reservedInstancesListings
- The Reserved Instance listing.CancelReservedInstancesListingResponse.Builder reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
The Reserved Instance listing.
reservedInstancesListings
- The Reserved Instance listing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.