public static interface ListOfferingsResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListOfferingsResponse.Builder,ListOfferingsResponse>
Modifier and Type | Method and Description |
---|---|
ListOfferingsResponse.Builder |
nextToken(String nextToken)
Token to retrieve the next page of results
|
ListOfferingsResponse.Builder |
offerings(Collection<Offering> offerings)
List of offerings
|
ListOfferingsResponse.Builder |
offerings(Consumer<Offering.Builder>... offerings)
List of offerings This is a convenience that creates an instance of the
List
avoiding the need to create one manually via List . |
ListOfferingsResponse.Builder |
offerings(Offering... offerings)
List of offerings
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListOfferingsResponse.Builder nextToken(String nextToken)
nextToken
- Token to retrieve the next page of resultsListOfferingsResponse.Builder offerings(Collection<Offering> offerings)
offerings
- List of offeringsListOfferingsResponse.Builder offerings(Offering... offerings)
offerings
- List of offeringsListOfferingsResponse.Builder offerings(Consumer<Offering.Builder>... offerings)
List.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)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.