public static interface CreateReservedInstancesListingResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateReservedInstancesListingResponse.Builder,CreateReservedInstancesListingResponse>
| Modifier and Type | Method and 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.
|
copyapply, buildCreateReservedInstancesListingResponse.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.
reservedInstancesListings - Information about the Standard Reserved Instance listing.Copyright © 2017. All rights reserved.