public static interface ListOfferingsResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<ListOfferingsResponse.Builder,ListOfferingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOfferingsResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListOfferingsResponse.Builder |
offerings(Collection<Offering> offerings)
A value representing the list offering results.
|
ListOfferingsResponse.Builder |
offerings(Consumer<Offering.Builder>... offerings)
A value representing the list offering results.
|
ListOfferingsResponse.Builder |
offerings(Offering... offerings)
A value representing the list offering results.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListOfferingsResponse.Builder offerings(Collection<Offering> offerings)
A value representing the list offering results.
offerings - A value representing the list offering results.ListOfferingsResponse.Builder offerings(Offering... offerings)
A value representing the list offering results.
offerings - A value representing the list offering results.ListOfferingsResponse.Builder offerings(Consumer<Offering.Builder>... offerings)
A value representing the list offering results.
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 #offerings(List) .offerings - a consumer that will call methods on List.Builder #offerings(List) ListOfferingsResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.