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