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 identifier for the channel you are working on.
|
GetChannelScheduleRequest.Builder |
durationMinutes(String durationMinutes)
The schedule duration in minutes.
|
GetChannelScheduleRequest.Builder |
maxResults(Integer maxResults)
Upper bound on number of records to return.
|
GetChannelScheduleRequest.Builder |
nextToken(String nextToken)
Pagination token from the GET list request.
|
GetChannelScheduleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetChannelScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChannelScheduleRequest.Builder channelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.GetChannelScheduleRequest.Builder durationMinutes(String durationMinutes)
The schedule duration in minutes. The maximum duration is 4320 minutes (three days).
durationMinutes - The schedule duration in minutes. The maximum duration is 4320 minutes (three days).GetChannelScheduleRequest.Builder maxResults(Integer maxResults)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults - Upper bound on number of records to return. The maximum number of results is 100.GetChannelScheduleRequest.Builder nextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.GetChannelScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetChannelScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.