public static interface ListVodSourcesResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListVodSourcesResponse.Builder,ListVodSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVodSourcesResponse.Builder |
items(Collection<VodSource> items)
Lists the VOD sources.
|
ListVodSourcesResponse.Builder |
items(Consumer<VodSource.Builder>... items)
Lists the VOD sources.
|
ListVodSourcesResponse.Builder |
items(VodSource... items)
Lists the VOD sources.
|
ListVodSourcesResponse.Builder |
nextToken(String nextToken)
Pagination token from the list request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVodSourcesResponse.Builder items(Collection<VodSource> items)
Lists the VOD sources.
items - Lists the VOD sources.ListVodSourcesResponse.Builder items(VodSource... items)
Lists the VOD sources.
items - Lists the VOD sources.ListVodSourcesResponse.Builder items(Consumer<VodSource.Builder>... items)
Lists the VOD sources.
This is a convenience method that creates an instance of theVodSource.Builder avoiding the need to create one
manually via VodSource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #items(List.
items - a consumer that will call methods on
VodSource.Builder#items(java.util.Collection) ListVodSourcesResponse.Builder nextToken(String nextToken)
Pagination token from the list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the list request. Use the token to fetch the next page of results.Copyright © 2022. All rights reserved.