| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateChannelResponse> |
IvsAsyncClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel's configuration.
|
default UpdateChannelResponse |
IvsClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel's configuration.
|
| Modifier and Type | Method and Description |
|---|---|
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(ChannelLatencyMode latencyMode)
Channel latency mode.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.latencyMode(String latencyMode)
Channel latency mode.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.name(String name)
Channel name.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.type(String type)
Channel type, which determines the allowable resolution and bitrate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChannelRequest.Builder> |
UpdateChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.