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 ARN of the channel.
|
UpdateChannelResponse.Builder |
channelName(String channelName)
The name of the channel.
|
UpdateChannelResponse.Builder |
channelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
UpdateChannelResponse.Builder |
channelState(String channelState)
Indicates whether the channel is in a running state or not.
|
UpdateChannelResponse.Builder |
creationTime(Instant creationTime)
The timestamp of when the channel was created.
|
UpdateChannelResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp of 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 for this channel.
|
UpdateChannelResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelResponse.Builder arn(String arn)
The ARN of the channel.
arn - The ARN of the channel.UpdateChannelResponse.Builder channelName(String channelName)
The name of the channel.
channelName - The name of the channel.UpdateChannelResponse.Builder channelState(String channelState)
Indicates whether the channel is in a running state or not.
channelState - Indicates whether the channel is in a running state or not.ChannelState,
ChannelStateUpdateChannelResponse.Builder channelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
channelState - Indicates whether the channel is in a running state 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 lastModifiedTime(Instant lastModifiedTime)
The timestamp of when the channel was last modified.
lastModifiedTime - The timestamp of 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 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) UpdateChannelResponse.Builder playbackMode(String playbackMode)
The type of playback for this channel. The only supported value is LOOP.
playbackMode - The type of playback for this channel. The only supported value is LOOP.UpdateChannelResponse.Builder tags(Map<String,String> tags)
The tags assigned to the channel.
tags - The tags assigned to the channel.Copyright © 2021. All rights reserved.