public static interface ListOfferingsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, 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 that represents the list offering results.
|
ListOfferingsResponse.Builder |
offerings(Consumer<Offering.Builder>... offerings)
A value that represents the list offering results.
|
ListOfferingsResponse.Builder |
offerings(Offering... offerings)
A value that represents the list offering results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOfferingsResponse.Builder offerings(Collection<Offering> offerings)
A value that represents the list offering results.
offerings - A value that represents the list offering results.ListOfferingsResponse.Builder offerings(Offering... offerings)
A value that represents the list offering results.
offerings - A value that represents the list offering results.ListOfferingsResponse.Builder offerings(Consumer<Offering.Builder>... offerings)
A value that represents the list offering results.
This is a convenience method that creates an instance of theOffering.Builder avoiding the need to create one
manually via Offering.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #offerings(List.
offerings - a consumer that will call methods on
Offering.Builder#offerings(java.util.Collection) 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 © 2022. All rights reserved.