| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive |
API for AWS Elemental MediaLive
|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateChannelResponse |
MediaLiveClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel.
|
default CompletableFuture<UpdateChannelResponse> |
MediaLiveAsyncClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateChannelRequest.Builder |
UpdateChannelRequest.builder() |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.cdiInputSpecification(CdiInputSpecification cdiInputSpecification)
Specification of CDI inputs for this channel
|
default UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.cdiInputSpecification(Consumer<CdiInputSpecification.Builder> cdiInputSpecification)
Specification of CDI inputs for this channel This is a convenience method that creates an instance of the
CdiInputSpecification.Builder avoiding the need to create one manually via
CdiInputSpecification.builder(). |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.channelId(String channelId)
channel ID
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(Collection<OutputDestination> destinations)
A list of output destinations for this channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(Consumer<OutputDestination.Builder>... destinations)
A list of output destinations for this channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(OutputDestination... destinations)
A list of output destinations for this channel.
|
default UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.encoderSettings(Consumer<EncoderSettings.Builder> encoderSettings)
The encoder settings for this channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.encoderSettings(EncoderSettings encoderSettings)
The encoder settings for this channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
Sets the value of the InputAttachments property for this object.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.inputAttachments(Consumer<InputAttachment.Builder>... inputAttachments)
Sets the value of the InputAttachments property for this object.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.inputAttachments(InputAttachment... inputAttachments)
Sets the value of the InputAttachments property for this object.
|
default UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)
Specification of network and file inputs for this channel This is a convenience method that creates an
instance of the
InputSpecification.Builder avoiding the need to create one manually via
InputSpecification.builder(). |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.inputSpecification(InputSpecification inputSpecification)
Specification of network and file inputs for this channel
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.logLevel(LogLevel logLevel)
The log level to write to CloudWatch Logs.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.logLevel(String logLevel)
The log level to write to CloudWatch Logs.
|
default UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.maintenance(Consumer<MaintenanceUpdateSettings.Builder> maintenance)
Maintenance settings for this channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.maintenance(MaintenanceUpdateSettings maintenance)
Maintenance settings for this channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.name(String name)
The name of the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.roleArn(String roleArn)
An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChannelRequest.Builder> |
UpdateChannelRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.