public static interface DescribeReservedInstancesListingsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeReservedInstancesListingsResponse.Builder,DescribeReservedInstancesListingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReservedInstancesListingsResponse.Builder |
reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.
|
DescribeReservedInstancesListingsResponse.Builder |
reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Reserved Instance listing.
|
copyapply, buildDescribeReservedInstancesListingsResponse.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.
reservedInstancesListings - Information about the Reserved Instance listing.Copyright © 2017. All rights reserved.