public static interface ListPrefetchSchedulesRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListPrefetchSchedulesRequest.Builder,ListPrefetchSchedulesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPrefetchSchedulesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current
request.
|
ListPrefetchSchedulesRequest.Builder |
nextToken(String nextToken)
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get
the second and subsequent pages of results.
|
ListPrefetchSchedulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPrefetchSchedulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPrefetchSchedulesRequest.Builder |
playbackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
|
ListPrefetchSchedulesRequest.Builder |
streamId(String streamId)
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific
streams.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPrefetchSchedulesRequest.Builder maxResults(Integer maxResults)
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
maxResults - The maximum number of prefetch schedules that you want MediaTailor to return in response to the
current request. If the playback configuration has more than MaxResults prefetch schedules, use the
value of NextToken in the response to get the next page of results.ListPrefetchSchedulesRequest.Builder nextToken(String nextToken)
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
nextToken - (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to
get the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
ListPrefetchSchedulesRequest.Builder playbackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
playbackConfigurationName - The name of the playback configuration.ListPrefetchSchedulesRequest.Builder streamId(String streamId)
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
streamId - An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only
specific streams.ListPrefetchSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPrefetchSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.