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