| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.arn(String arn)
Channel ARN.
|
Channel.Builder |
Channel.Builder.authorized(Boolean authorized)
Whether the channel is private (enabled for playback authorization).
|
static Channel.Builder |
Channel.builder() |
Channel.Builder |
Channel.Builder.ingestEndpoint(String ingestEndpoint)
Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.
|
Channel.Builder |
Channel.Builder.insecureIngest(Boolean insecureIngest)
Whether the channel allows insecure RTMP ingest.
|
Channel.Builder |
Channel.Builder.latencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
Channel.Builder |
Channel.Builder.latencyMode(String latencyMode)
Channel latency mode.
|
Channel.Builder |
Channel.Builder.name(String name)
Channel name.
|
Channel.Builder |
Channel.Builder.playbackUrl(String playbackUrl)
Channel playback URL.
|
Channel.Builder |
Channel.Builder.preset(String preset)
Optional transcode preset for the channel.
|
Channel.Builder |
Channel.Builder.preset(TranscodePreset preset)
Optional transcode preset for the channel.
|
Channel.Builder |
Channel.Builder.recordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN.
|
Channel.Builder |
Channel.Builder.tags(Map<String,String> tags)
Tags attached to the resource.
|
Channel.Builder |
Channel.toBuilder() |
Channel.Builder |
Channel.Builder.type(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
Channel.Builder |
Channel.Builder.type(String type)
Channel type, which determines the allowable resolution and bitrate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Channel.Builder> |
Channel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetChannelResponse.Builder |
GetChannelResponse.Builder.channel(Consumer<Channel.Builder> channel)
This is a convenience method that creates an instance of the
Channel.Builder avoiding the need to
create one manually via Channel.builder(). |
default CreateChannelResponse.Builder |
CreateChannelResponse.Builder.channel(Consumer<Channel.Builder> channel)
This is a convenience method that creates an instance of the
Channel.Builder avoiding the need to
create one manually via Channel.builder(). |
default StreamSession.Builder |
StreamSession.Builder.channel(Consumer<Channel.Builder> channel)
The properties of the channel at the time of going live.
|
default UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channel(Consumer<Channel.Builder> channel)
Sets the value of the Channel property for this object.
|
Copyright © 2023. All rights reserved.