public static interface CreateChannelRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelRequest.Builder,CreateChannelRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateChannelRequest.Builder channelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.CreateChannelRequest.Builder fillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses an LINEAR PlaybackMode.
fillerSlate - The slate used to fill gaps between programs in the schedule. You must configure filler slate if your
channel uses an LINEAR PlaybackMode.default CreateChannelRequest.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 an LINEAR 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)CreateChannelRequest.Builder outputs(Collection<RequestOutputItem> outputs)
The channel's output properties.
outputs - The channel's output properties.CreateChannelRequest.Builder outputs(RequestOutputItem... outputs)
The channel's output properties.
outputs - The channel's output properties.CreateChannelRequest.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) CreateChannelRequest.Builder playbackMode(String playbackMode)
The type of playback mode to use for this channel.
LINEAR - The programs in the schedule play once back-to-back in the schedule.
LOOP - The programs in the schedule play back-to-back in an endless loop. When the last program in the schedule stops playing, playback loops back to the first program in the schedule.
playbackMode - The type of playback mode to use for this channel.
LINEAR - The programs in the schedule play once back-to-back in the schedule.
LOOP - The programs in the schedule play back-to-back in an endless loop. When the last program in the schedule stops playing, playback loops back to the first program in the schedule.
PlaybackMode,
PlaybackModeCreateChannelRequest.Builder playbackMode(PlaybackMode playbackMode)
The type of playback mode to use for this channel.
LINEAR - The programs in the schedule play once back-to-back in the schedule.
LOOP - The programs in the schedule play back-to-back in an endless loop. When the last program in the schedule stops playing, playback loops back to the first program in the schedule.
playbackMode - The type of playback mode to use for this channel.
LINEAR - The programs in the schedule play once back-to-back in the schedule.
LOOP - The programs in the schedule play back-to-back in an endless loop. When the last program in the schedule stops playing, playback loops back to the first program in the schedule.
PlaybackMode,
PlaybackModeCreateChannelRequest.Builder tags(Map<String,String> tags)
The tags to assign to the channel.
tags - The tags to assign to the channel.CreateChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.