public static interface CreateChannelRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelRequest.Builder,CreateChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest.Builder |
authorized(Boolean authorized)
Whether the channel is private (enabled for playback authorization).
|
CreateChannelRequest.Builder |
insecureIngest(Boolean insecureIngest)
Whether the channel allows insecure RTMP ingest.
|
CreateChannelRequest.Builder |
latencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
CreateChannelRequest.Builder |
latencyMode(String latencyMode)
Channel latency mode.
|
CreateChannelRequest.Builder |
name(String name)
Channel name.
|
CreateChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateChannelRequest.Builder |
preset(String preset)
Optional transcode preset for the channel.
|
CreateChannelRequest.Builder |
preset(TranscodePreset preset)
Optional transcode preset for the channel.
|
CreateChannelRequest.Builder |
recordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN.
|
CreateChannelRequest.Builder |
tags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
CreateChannelRequest.Builder |
type(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
CreateChannelRequest.Builder |
type(String type)
Channel type, which determines the allowable resolution and bitrate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateChannelRequest.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.CreateChannelRequest.Builder insecureIngest(Boolean insecureIngest)
Whether the channel allows insecure RTMP ingest. Default: false.
insecureIngest - Whether the channel allows insecure RTMP ingest. Default: false.CreateChannelRequest.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. (Note: In the Amazon IVS console,
LOW and NORMAL correspond to Ultra-low and Standard, respectively.) Default:
LOW.
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. (Note: In the Amazon IVS console,
LOW and NORMAL correspond to Ultra-low and Standard, respectively.) Default:
LOW.ChannelLatencyMode,
ChannelLatencyModeCreateChannelRequest.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. (Note: In the Amazon IVS console,
LOW and NORMAL correspond to Ultra-low and Standard, respectively.) Default:
LOW.
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. (Note: In the Amazon IVS console,
LOW and NORMAL correspond to Ultra-low and Standard, respectively.) Default:
LOW.ChannelLatencyMode,
ChannelLatencyModeCreateChannelRequest.Builder name(String name)
Channel name.
name - Channel name.CreateChannelRequest.Builder preset(String preset)
Optional transcode preset for the channel. This is selectable only for ADVANCED_HD and
ADVANCED_SD channel types. For those channel types, the default preset is
HIGHER_BANDWIDTH_DELIVERY. For other channel types (BASIC and STANDARD
), preset is the empty string ("").
preset - Optional transcode preset for the channel. This is selectable only for ADVANCED_HD and
ADVANCED_SD channel types. For those channel types, the default preset is
HIGHER_BANDWIDTH_DELIVERY. For other channel types (BASIC and
STANDARD), preset is the empty string ("").TranscodePreset,
TranscodePresetCreateChannelRequest.Builder preset(TranscodePreset preset)
Optional transcode preset for the channel. This is selectable only for ADVANCED_HD and
ADVANCED_SD channel types. For those channel types, the default preset is
HIGHER_BANDWIDTH_DELIVERY. For other channel types (BASIC and STANDARD
), preset is the empty string ("").
preset - Optional transcode preset for the channel. This is selectable only for ADVANCED_HD and
ADVANCED_SD channel types. For those channel types, the default preset is
HIGHER_BANDWIDTH_DELIVERY. For other channel types (BASIC and
STANDARD), preset is the empty string ("").TranscodePreset,
TranscodePresetCreateChannelRequest.Builder recordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN. Default: "" (empty string, recording is disabled).
recordingConfigurationArn - Recording-configuration ARN. Default: "" (empty string, recording is disabled).CreateChannelRequest.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.CreateChannelRequest.Builder type(String type)
Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input
resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD.
For details, see Channel Types.
type - Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable
input resolution or bitrate, the stream probably will disconnect immediately. Default:
STANDARD. For details, see Channel
Types.ChannelType,
ChannelTypeCreateChannelRequest.Builder type(ChannelType type)
Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input
resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD.
For details, see Channel Types.
type - Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable
input resolution or bitrate, the stream probably will disconnect immediately. Default:
STANDARD. For details, see Channel
Types.ChannelType,
ChannelTypeCreateChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.