public static interface UpdateChannelRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateChannelRequest.Builder,UpdateChannelRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelRequest.Builder channelName(String channelName)
The name of the channel.
channelName - The name of the channel.UpdateChannelRequest.Builder fillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel
uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels
using the LOOP PlaybackMode.
fillerSlate - The slate used to fill gaps between programs in the schedule. You must configure filler slate if your
channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler
slate for channels using the LOOP PlaybackMode.default UpdateChannelRequest.Builder fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel
uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels
using the LOOP PlaybackMode.
SlateSource.Builder avoiding the need to
create one manually via SlateSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fillerSlate(SlateSource).
fillerSlate - a consumer that will call methods on SlateSource.BuilderfillerSlate(SlateSource)UpdateChannelRequest.Builder outputs(Collection<RequestOutputItem> outputs)
The channel's output properties.
outputs - The channel's output properties.UpdateChannelRequest.Builder outputs(RequestOutputItem... outputs)
The channel's output properties.
outputs - The channel's output properties.UpdateChannelRequest.Builder outputs(Consumer<RequestOutputItem.Builder>... outputs)
The channel's output properties.
This is a convenience method that creates an instance of theRequestOutputItem.Builder avoiding the need to
create one manually via RequestOutputItem.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputs(List.
outputs - a consumer that will call methods on
RequestOutputItem.Builder#outputs(java.util.Collection) UpdateChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.