| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.arn(String arn)
The ARN of the channel.
|
static UpdateChannelResponse.Builder |
UpdateChannelResponse.builder() |
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channelName(String channelName)
The name of the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channelState(String channelState)
Indicates whether the channel is in a running state or not.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.creationTime(Instant creationTime)
The timestamp of when the channel was created.
|
default UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.fillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The timestamp of when the channel was last modified.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.outputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.outputs(Consumer<ResponseOutputItem.Builder>... outputs)
The channel's output properties.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.outputs(ResponseOutputItem... outputs)
The channel's output properties.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.playbackMode(String playbackMode)
The channel's playback mode.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.tags(Map<String,String> tags)
The tags assigned to the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChannelResponse.Builder> |
UpdateChannelResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.