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