public static interface GetChannelScheduleRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<GetChannelScheduleRequest.Builder,GetChannelScheduleRequest>
| Modifier and Type | Method and Description |
|---|---|
GetChannelScheduleRequest.Builder |
channelName(String channelName)
The name of the channel associated with this Channel Schedule.
|
GetChannelScheduleRequest.Builder |
durationMinutes(String durationMinutes)
The duration in minutes of the channel schedule.
|
GetChannelScheduleRequest.Builder |
maxResults(Integer maxResults)
The maximum number of channel schedules that you want MediaTailor to return in response to the current
request.
|
GetChannelScheduleRequest.Builder |
nextToken(String nextToken)
(Optional) If the playback configuration has more than
MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results. |
GetChannelScheduleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetChannelScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChannelScheduleRequest.Builder channelName(String channelName)
The name of the channel associated with this Channel Schedule.
channelName - The name of the channel associated with this Channel Schedule.GetChannelScheduleRequest.Builder durationMinutes(String durationMinutes)
The duration in minutes of the channel schedule.
durationMinutes - The duration in minutes of the channel schedule.GetChannelScheduleRequest.Builder maxResults(Integer maxResults)
The maximum number of channel schedules that you want MediaTailor to return in response to the current
request. If there are more than MaxResults channel schedules, use the value of
NextToken in the response to get the next page of results.
maxResults - The maximum number of channel schedules that you want MediaTailor to return in response to the current
request. If there are more than MaxResults channel schedules, use the value of
NextToken in the response to get the next page of results.GetChannelScheduleRequest.Builder nextToken(String nextToken)
(Optional) If the playback configuration has more than MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results.
For the first GetChannelScheduleRequest 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 channel schedules
to get.
nextToken - (Optional) If the playback configuration has more than MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results.
For the first GetChannelScheduleRequest 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 channel
schedules to get.
GetChannelScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetChannelScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.