| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.arn(String arn)
The ARN of the channel.
|
static CreateChannelResponse.Builder |
CreateChannelResponse.builder() |
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.channelName(String channelName)
The name of 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.
|
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 channel's output properties.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.outputs(Consumer<ResponseOutputItem.Builder>... outputs)
The channel's output properties.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.outputs(ResponseOutputItem... outputs)
The channel's output properties.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.playbackMode(String playbackMode)
The type of playback for this channel.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.tags(Map<String,String> tags)
The tags assigned to the channel.
|
CreateChannelResponse.Builder |
CreateChannelResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateChannelResponse.Builder> |
CreateChannelResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.