public static interface ChannelSummary.Builder extends SdkPojo, CopyableBuilder<ChannelSummary.Builder,ChannelSummary>
| Modifier and Type | Method and Description |
|---|---|
ChannelSummary.Builder |
arn(String arn)
Channel ARN.
|
ChannelSummary.Builder |
authorized(Boolean authorized)
Whether the channel is private (enabled for playback authorization).
|
ChannelSummary.Builder |
latencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
ChannelSummary.Builder |
latencyMode(String latencyMode)
Channel latency mode.
|
ChannelSummary.Builder |
name(String name)
Channel name.
|
ChannelSummary.Builder |
recordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN.
|
ChannelSummary.Builder |
tags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelSummary.Builder arn(String arn)
Channel ARN.
arn - Channel ARN.ChannelSummary.Builder authorized(Boolean authorized)
Whether the channel is private (enabled for playback authorization). Default: false.
authorized - Whether the channel is private (enabled for playback authorization). Default: false.ChannelSummary.Builder latencyMode(String latencyMode)
Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use
LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the Amazon
IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
latencyMode - Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use
LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the
Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard,
respectively.)ChannelLatencyMode,
ChannelLatencyModeChannelSummary.Builder latencyMode(ChannelLatencyMode latencyMode)
Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use
LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the Amazon
IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
latencyMode - Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use
LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the
Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard,
respectively.)ChannelLatencyMode,
ChannelLatencyModeChannelSummary.Builder name(String name)
Channel name.
name - Channel name.ChannelSummary.Builder recordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (empty string, recording is disabled).
recordingConfigurationArn - Recording-configuration ARN. A value other than an empty string indicates that recording is enabled.
Default: "" (empty string, recording is disabled).ChannelSummary.Builder tags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.
tags - Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.Copyright © 2022. All rights reserved.