CopyableBuilder<CancelReservedInstancesListingResponse.Builder,CancelReservedInstancesListingResponse>
, SdkBuilder<CancelReservedInstancesListingResponse.Builder,CancelReservedInstancesListingResponse>
public static interface CancelReservedInstancesListingResponse.Builder extends CopyableBuilder<CancelReservedInstancesListingResponse.Builder,CancelReservedInstancesListingResponse>
Modifier and Type | Method | Description |
---|---|---|
CancelReservedInstancesListingResponse.Builder |
reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings) |
The Reserved Instance listing.
|
CancelReservedInstancesListingResponse.Builder |
reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings) |
The Reserved Instance listing.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setReservedInstancesListings(java.util.Collection)
or
#withReservedInstancesListings(java.util.Collection)
if you want to override the existing values.
reservedInstancesListings
- The Reserved Instance listing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.