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.containerFormat(String containerFormat) |
Indicates which content-packaging format is used (MPEG-TS or fMP4).
|
Channel.Builder |
Channel.Builder.containerFormat(ContainerFormat containerFormat) |
Indicates which content-packaging format is used (MPEG-TS or fMP4).
|
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(String latencyMode) |
Channel latency mode.
|
Channel.Builder |
Channel.Builder.latencyMode(ChannelLatencyMode latencyMode) |
Channel latency mode.
|
default Channel.Builder |
Channel.Builder.multitrackInputConfiguration(Consumer<MultitrackInputConfiguration.Builder> multitrackInputConfiguration) |
Object specifying multitrack input configuration.
|
Channel.Builder |
Channel.Builder.multitrackInputConfiguration(MultitrackInputConfiguration multitrackInputConfiguration) |
Object specifying multitrack input configuration.
|
Channel.Builder |
Channel.Builder.name(String name) |
Channel name.
|
Channel.Builder |
Channel.Builder.playbackRestrictionPolicyArn(String playbackRestrictionPolicyArn) |
Playback-restriction-policy ARN.
|
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.
|
default Channel.Builder |
Channel.Builder.srt(Consumer<Srt.Builder> srt) |
Specifies the endpoint and optional passphrase for streaming with the SRT protocol.
|
Channel.Builder |
Channel.Builder.srt(Srt srt) |
Specifies the endpoint and optional passphrase for streaming with the SRT protocol.
|
Channel.Builder |
Channel.Builder.tags(Map<String,String> tags) |
Tags attached to the resource.
|
Channel.Builder |
Channel.toBuilder() |
|
Channel.Builder |
Channel.Builder.type(String type) |
Channel type, which determines the allowable resolution and bitrate.
|
Channel.Builder |
Channel.Builder.type(ChannelType type) |
Channel type, which determines the allowable resolution and bitrate.
|