static UpdateChannelRequest.Builder |
UpdateChannelRequest.builder() |
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.channelName(String channelName) |
The name of the channel.
|
default UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.fillerSlate(Consumer<SlateSource.Builder> fillerSlate) |
The slate used to fill gaps between programs in the schedule.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.fillerSlate(SlateSource fillerSlate) |
The slate used to fill gaps between programs in the schedule.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.outputs(Collection<RequestOutputItem> outputs) |
The channel's output properties.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.outputs(Consumer<RequestOutputItem.Builder>... outputs) |
The channel's output properties.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.outputs(RequestOutputItem... outputs) |
The channel's output properties.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.timeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration) |
The time-shifted viewing configuration you want to associate to the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.timeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration) |
The time-shifted viewing configuration you want to associate to the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.toBuilder() |
|