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 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 #items(List) .items - a consumer that will call methods on List.Builder #items(List) 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 © 2021. All rights reserved.