UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.arn(String arn) |
ARN of the channel to be updated.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.authorized(Boolean authorized) |
Whether the channel is private (enabled for playback authorization).
|
static UpdateChannelRequest.Builder |
UpdateChannelRequest.builder() |
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.insecureIngest(Boolean insecureIngest) |
Whether the channel allows insecure RTMP ingest.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.latencyMode(String latencyMode) |
Channel latency mode.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.latencyMode(ChannelLatencyMode latencyMode) |
Channel latency mode.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.name(String name) |
Channel name.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.playbackRestrictionPolicyArn(String playbackRestrictionPolicyArn) |
Playback-restriction-policy ARN.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.preset(String preset) |
Optional transcode preset for the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.preset(TranscodePreset preset) |
Optional transcode preset for the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.recordingConfigurationArn(String recordingConfigurationArn) |
Recording-configuration ARN.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.toBuilder() |
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.type(String type) |
Channel type, which determines the allowable resolution and bitrate.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.type(ChannelType type) |
Channel type, which determines the allowable resolution and bitrate.
|