| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelSummary |
ChannelSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ChannelSummary |
ChannelSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ChannelSummary |
ChannelSummary.clone() |
ChannelSummary |
ChannelSummary.withArn(String arn)
The unique arn of the channel.
|
ChannelSummary |
ChannelSummary.withChannelClass(ChannelClass channelClass)
The class for this channel.
|
ChannelSummary |
ChannelSummary.withChannelClass(String channelClass)
The class for this channel.
|
ChannelSummary |
ChannelSummary.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
ChannelSummary |
ChannelSummary.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
ChannelSummary |
ChannelSummary.withEgressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
ChannelSummary |
ChannelSummary.withEgressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
ChannelSummary |
ChannelSummary.withId(String id)
The unique id of the channel.
|
ChannelSummary |
ChannelSummary.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
ChannelSummary |
ChannelSummary.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
ChannelSummary |
ChannelSummary.withInputSpecification(InputSpecification inputSpecification) |
ChannelSummary |
ChannelSummary.withLogLevel(LogLevel logLevel)
The log level being written to CloudWatch Logs.
|
ChannelSummary |
ChannelSummary.withLogLevel(String logLevel)
The log level being written to CloudWatch Logs.
|
ChannelSummary |
ChannelSummary.withName(String name)
The name of the channel.
|
ChannelSummary |
ChannelSummary.withPipelinesRunningCount(Integer pipelinesRunningCount)
The number of currently healthy pipelines.
|
ChannelSummary |
ChannelSummary.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
ChannelSummary |
ChannelSummary.withState(ChannelState state) |
ChannelSummary |
ChannelSummary.withState(String state) |
ChannelSummary |
ChannelSummary.withTags(Map<String,String> tags)
A collection of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelSummary> |
ListChannelsResult.getChannels() |
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
ListChannelsResult.withChannels(ChannelSummary... channels)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsResult.setChannels(Collection<ChannelSummary> channels) |
ListChannelsResult |
ListChannelsResult.withChannels(Collection<ChannelSummary> channels) |
Copyright © 2020. All rights reserved.