public static interface UpdateChannelRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<UpdateChannelRequest.Builder,UpdateChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest.Builder |
arn(String arn)
ARN of the channel to be updated.
|
UpdateChannelRequest.Builder |
authorized(Boolean authorized)
Whether the channel is private (enabled for playback authorization).
|
UpdateChannelRequest.Builder |
insecureIngest(Boolean insecureIngest)
Whether the channel allows insecure RTMP ingest.
|
UpdateChannelRequest.Builder |
latencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
UpdateChannelRequest.Builder |
latencyMode(String latencyMode)
Channel latency mode.
|
UpdateChannelRequest.Builder |
name(String name)
Channel name.
|
UpdateChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChannelRequest.Builder |
preset(String preset)
Optional transcode preset for the channel.
|
UpdateChannelRequest.Builder |
preset(TranscodePreset preset)
Optional transcode preset for the channel.
|
UpdateChannelRequest.Builder |
recordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN.
|
UpdateChannelRequest.Builder |
type(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
UpdateChannelRequest.Builder |
type(String type)
Channel type, which determines the allowable resolution and bitrate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelRequest.Builder arn(String arn)
ARN of the channel to be updated.
arn - ARN of the channel to be updated.UpdateChannelRequest.Builder authorized(Boolean authorized)
Whether the channel is private (enabled for playback authorization).
authorized - Whether the channel is private (enabled for playback authorization).UpdateChannelRequest.Builder insecureIngest(Boolean insecureIngest)
Whether the channel allows insecure RTMP ingest. Default: false.
insecureIngest - Whether the channel allows insecure RTMP ingest. Default: false.UpdateChannelRequest.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.)
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.)ChannelLatencyMode,
ChannelLatencyModeUpdateChannelRequest.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.)
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.)ChannelLatencyMode,
ChannelLatencyModeUpdateChannelRequest.Builder name(String name)
Channel name.
name - Channel name.UpdateChannelRequest.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,
TranscodePresetUpdateChannelRequest.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,
TranscodePresetUpdateChannelRequest.Builder recordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN. If this is set to an empty string, recording is disabled. A value other than an empty string indicates that recording is enabled
recordingConfigurationArn - Recording-configuration ARN. If this is set to an empty string, recording is disabled. A value other
than an empty string indicates that recording is enabledUpdateChannelRequest.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,
ChannelTypeUpdateChannelRequest.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,
ChannelTypeUpdateChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.