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