public static interface ListLiveSourcesResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListLiveSourcesResponse.Builder,ListLiveSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLiveSourcesResponse.Builder |
items(Collection<LiveSource> items)
Lists the live sources.
|
ListLiveSourcesResponse.Builder |
items(Consumer<LiveSource.Builder>... items)
Lists the live sources.
|
ListLiveSourcesResponse.Builder |
items(LiveSource... items)
Lists the live sources.
|
ListLiveSourcesResponse.Builder |
nextToken(String nextToken)
Pagination token from the list request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLiveSourcesResponse.Builder items(Collection<LiveSource> items)
Lists the live sources.
items - Lists the live sources.ListLiveSourcesResponse.Builder items(LiveSource... items)
Lists the live sources.
items - Lists the live sources.ListLiveSourcesResponse.Builder items(Consumer<LiveSource.Builder>... items)
Lists the live sources.
This is a convenience method 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) ListLiveSourcesResponse.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.