public static interface CancelReservedInstancesListingResponse.Builder extends 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.
|
copyapply, 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 © 2017. All rights reserved.