public static interface UpdateChannelResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) associated with the channel.
|
UpdateChannelResponse.Builder |
channelName(String channelName)
The name of the channel.
|
UpdateChannelResponse.Builder |
channelState(ChannelState channelState)
Returns the state whether the channel is running or not.
|
UpdateChannelResponse.Builder |
channelState(String channelState)
Returns the state whether the channel is running or not.
|
UpdateChannelResponse.Builder |
creationTime(Instant creationTime)
The timestamp of when the channel was created.
|
default UpdateChannelResponse.Builder |
fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
The slate used to fill gaps between programs in the schedule.
|
UpdateChannelResponse.Builder |
fillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule.
|
UpdateChannelResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the channel was last modified.
|
UpdateChannelResponse.Builder |
outputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
UpdateChannelResponse.Builder |
outputs(Consumer<ResponseOutputItem.Builder>... outputs)
The channel's output properties.
|
UpdateChannelResponse.Builder |
outputs(ResponseOutputItem... outputs)
The channel's output properties.
|
UpdateChannelResponse.Builder |
playbackMode(String playbackMode)
The type of playback mode for this channel.
|
UpdateChannelResponse.Builder |
tags(Map<String,String> tags)
The tags to assign to the channel.
|
UpdateChannelResponse.Builder |
tier(String tier)
The tier associated with this Channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with the channel.
arn - The Amazon Resource Name (ARN) associated with the channel.UpdateChannelResponse.Builder channelName(String channelName)
The name of the channel.
channelName - The name of the channel.UpdateChannelResponse.Builder channelState(String channelState)
Returns the state whether the channel is running or not.
channelState - Returns the state whether the channel is running or not.ChannelState,
ChannelStateUpdateChannelResponse.Builder channelState(ChannelState channelState)
Returns the state whether the channel is running or not.
channelState - Returns the state whether the channel is running or not.ChannelState,
ChannelStateUpdateChannelResponse.Builder creationTime(Instant creationTime)
The timestamp of when the channel was created.
creationTime - The timestamp of when the channel was created.UpdateChannelResponse.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 UpdateChannelResponse.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)UpdateChannelResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the channel was last modified.
lastModifiedTime - The timestamp that indicates when the channel was last modified.UpdateChannelResponse.Builder outputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
outputs - The channel's output properties.UpdateChannelResponse.Builder outputs(ResponseOutputItem... outputs)
The channel's output properties.
outputs - The channel's output properties.UpdateChannelResponse.Builder outputs(Consumer<ResponseOutputItem.Builder>... outputs)
The channel's output properties.
This is a convenience method that creates an instance of theResponseOutputItem.Builder avoiding the need to
create one manually via
ResponseOutputItem.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
ResponseOutputItem.Builder#outputs(java.util.Collection) UpdateChannelResponse.Builder playbackMode(String playbackMode)
The type of playback mode for this channel.
LINEAR - Programs play back-to-back only once.
LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule
plays, playback loops back to the first program in the schedule.
playbackMode - The type of playback mode for this channel.
LINEAR - Programs play back-to-back only once.
LOOP - Programs play back-to-back in an endless loop. When the last program in the
schedule plays, playback loops back to the first program in the schedule.
UpdateChannelResponse.Builder tags(Map<String,String> tags)
The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags - The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon
resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental
MediaTailor Resources.UpdateChannelResponse.Builder tier(String tier)
The tier associated with this Channel.
tier - The tier associated with this Channel.Copyright © 2023. All rights reserved.