public static interface CreateReservedInstancesListingResponse.Builder extends Ec2Response.Builder, SdkPojo, 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(Consumer<ReservedInstancesListing.Builder>... reservedInstancesListings)
Information about the Standard Reserved Instance listing.
|
CreateReservedInstancesListingResponse.Builder |
reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Standard Reserved Instance listing.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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.
reservedInstancesListings
- Information about the Standard Reserved Instance listing.CreateReservedInstancesListingResponse.Builder reservedInstancesListings(Consumer<ReservedInstancesListing.Builder>... reservedInstancesListings)
Information about the Standard Reserved Instance listing.
This is a convenience 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 © 2019. All rights reserved.