public static interface ListLiveSourcesRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListLiveSourcesRequest.Builder,ListLiveSourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLiveSourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of live sources that you want MediaTailor to return in response to the current request.
|
ListLiveSourcesRequest.Builder |
nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
ListLiveSourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLiveSourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLiveSourcesRequest.Builder |
sourceLocationName(String sourceLocationName)
The name of the source location associated with this Live Sources list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLiveSourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of live sources that you want MediaTailor to return in response to the current request. If
there are more than MaxResults live sources, use the value of NextToken in the
response to get the next page of results.
maxResults - The maximum number of live sources that you want MediaTailor to return in response to the current
request. If there are more than MaxResults live sources, use the value of
NextToken in the response to get the next page of results.ListLiveSourcesRequest.Builder nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token
to fetch the next page of results.ListLiveSourcesRequest.Builder sourceLocationName(String sourceLocationName)
The name of the source location associated with this Live Sources list.
sourceLocationName - The name of the source location associated with this Live Sources list.ListLiveSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLiveSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.