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 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 for this channel. The only supported value is LOOP.
playbackMode - The type of playback mode for this channel. The only supported value is LOOP.PlaybackMode,
PlaybackModeCreateChannelRequest.Builder playbackMode(PlaybackMode playbackMode)
The type of playback mode for this channel. The only supported value is LOOP.
playbackMode - The type of playback mode for this channel. The only supported value is LOOP.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.