CopyableBuilder<CreateReservedInstancesListingResponse.Builder,CreateReservedInstancesListingResponse>
, SdkBuilder<CreateReservedInstancesListingResponse.Builder,CreateReservedInstancesListingResponse>
public static interface CreateReservedInstancesListingResponse.Builder extends CopyableBuilder<CreateReservedInstancesListingResponse.Builder,CreateReservedInstancesListingResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateReservedInstancesListingResponse.Builder |
reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings) |
Information about the Standard Reserved Instance listing.
|
CreateReservedInstancesListingResponse.Builder |
reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings) |
Information about the Standard Reserved Instance listing.
|
copy
apply, build
CreateReservedInstancesListingResponse.Builder reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Standard Reserved Instance listing.
reservedInstancesListings
- Information about the Standard Reserved Instance listing.CreateReservedInstancesListingResponse.Builder reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Standard 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
- Information about the Standard Reserved Instance listing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.