public static interface UpdateChannelRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateChannelRequest.Builder,UpdateChannelRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelRequest.Builder channelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.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.
This is a convenience that creates an instance of theSlateSource.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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #outputs(List) .outputs - a consumer that will call methods on List.Builder #outputs(List) 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.