public static interface DescribeReservedInstancesListingsResponse.Builder extends Ec2Response.Builder, SdkPojo, 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(Consumer<ReservedInstancesListing.Builder>... reservedInstancesListings)
Information about the Reserved Instance listing.
|
DescribeReservedInstancesListingsResponse.Builder |
reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Reserved Instance listing.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.DescribeReservedInstancesListingsResponse.Builder reservedInstancesListings(Consumer<ReservedInstancesListing.Builder>... reservedInstancesListings)
Information about the Reserved Instance listing.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #reservedInstancesListings(List) .reservedInstancesListings - a consumer that will call methods on List.Builder #reservedInstancesListings(List) Copyright © 2022. All rights reserved.