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.
|
default UpdateChannelResponse.Builder |
fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
UpdateChannelResponse.Builder |
fillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
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 channel's playback mode.
|
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 fillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
fillerSlate - Contains information about the slate used to fill gaps between programs in the schedule.default UpdateChannelResponse.Builder fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
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)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 channel's playback mode.
playbackMode - The channel's playback mode.UpdateChannelResponse.Builder tags(Map<String,String> tags)
The tags assigned to the channel.
tags - The tags assigned to the channel.Copyright © 2022. All rights reserved.