public static interface CancelReservedInstancesListingResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.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.
|
buildCancelReservedInstancesListingResponse.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 © 2018. All rights reserved.