| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Channel |
Channel.clearTagsEntries()
Removes all the entries added into Tags.
|
Channel |
Channel.clone() |
Channel |
CreateChannelResult.getChannel() |
Channel |
UpdateChannelClassResult.getChannel() |
Channel |
UpdateChannelResult.getChannel() |
Channel |
Channel.withArn(String arn)
The unique arn of the channel.
|
Channel |
Channel.withCdiInputSpecification(CdiInputSpecification cdiInputSpecification)
Specification of CDI inputs for this channel
|
Channel |
Channel.withChannelClass(ChannelClass channelClass)
The class for this channel.
|
Channel |
Channel.withChannelClass(String channelClass)
The class for this channel.
|
Channel |
Channel.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
Channel |
Channel.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
Channel |
Channel.withEgressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
Channel |
Channel.withEgressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
Channel |
Channel.withEncoderSettings(EncoderSettings encoderSettings) |
Channel |
Channel.withId(String id)
The unique id of the channel.
|
Channel |
Channel.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
Channel |
Channel.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
Channel |
Channel.withInputSpecification(InputSpecification inputSpecification)
Specification of network and file inputs for this channel
|
Channel |
Channel.withLogLevel(LogLevel logLevel)
The log level being written to CloudWatch Logs.
|
Channel |
Channel.withLogLevel(String logLevel)
The log level being written to CloudWatch Logs.
|
Channel |
Channel.withMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
Channel |
Channel.withName(String name)
The name of the channel.
|
Channel |
Channel.withPipelineDetails(Collection<PipelineDetail> pipelineDetails)
Runtime details for the pipelines of a running channel.
|
Channel |
Channel.withPipelineDetails(PipelineDetail... pipelineDetails)
Runtime details for the pipelines of a running channel.
|
Channel |
Channel.withPipelinesRunningCount(Integer pipelinesRunningCount)
The number of currently healthy pipelines.
|
Channel |
Channel.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
Channel |
Channel.withState(ChannelState state) |
Channel |
Channel.withState(String state) |
Channel |
Channel.withTags(Map<String,String> tags)
A collection of key-value pairs.
|
Channel |
Channel.withVpc(VpcOutputSettingsDescription vpc)
Settings for VPC output
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateChannelResult.setChannel(Channel channel) |
void |
UpdateChannelClassResult.setChannel(Channel channel) |
void |
UpdateChannelResult.setChannel(Channel channel) |
CreateChannelResult |
CreateChannelResult.withChannel(Channel channel) |
UpdateChannelClassResult |
UpdateChannelClassResult.withChannel(Channel channel) |
UpdateChannelResult |
UpdateChannelResult.withChannel(Channel channel) |
Copyright © 2024. All rights reserved.