| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
StartChannelResponse.Builder |
StartChannelResponse.Builder.arn(String arn)
The unique arn of the channel.
|
static StartChannelResponse.Builder |
StartChannelResponse.builder() |
StartChannelResponse.Builder |
StartChannelResponse.Builder.cdiInputSpecification(CdiInputSpecification cdiInputSpecification)
Specification of CDI inputs for this channel
|
default StartChannelResponse.Builder |
StartChannelResponse.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(). |
StartChannelResponse.Builder |
StartChannelResponse.Builder.channelClass(ChannelClass channelClass)
The class for this channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.channelClass(String channelClass)
The class for this channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.destinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.destinations(Consumer<OutputDestination.Builder>... destinations)
A list of destinations of the channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.destinations(OutputDestination... destinations)
A list of destinations of the channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.egressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.egressEndpoints(Consumer<ChannelEgressEndpoint.Builder>... egressEndpoints)
The endpoints where outgoing connections initiate from This is a convenience method that creates an instance
of the
ChannelEgressEndpoint.Builder avoiding the
need to create one manually via
ChannelEgressEndpoint.builder(). |
default StartChannelResponse.Builder |
StartChannelResponse.Builder.encoderSettings(Consumer<EncoderSettings.Builder> encoderSettings)
Sets the value of the EncoderSettings property for this object.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.encoderSettings(EncoderSettings encoderSettings)
Sets the value of the EncoderSettings property for this object.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.id(String id)
The unique id of the channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.inputAttachments(Consumer<InputAttachment.Builder>... inputAttachments)
List of input attachments for channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.inputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
default StartChannelResponse.Builder |
StartChannelResponse.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(). |
StartChannelResponse.Builder |
StartChannelResponse.Builder.inputSpecification(InputSpecification inputSpecification)
Specification of network and file inputs for this channel
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.logLevel(LogLevel logLevel)
The log level being written to CloudWatch Logs.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.logLevel(String logLevel)
The log level being written to CloudWatch Logs.
|
default StartChannelResponse.Builder |
StartChannelResponse.Builder.maintenance(Consumer<MaintenanceStatus.Builder> maintenance)
Maintenance settings for this channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.maintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.name(String name)
The name of the channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.pipelineDetails(Collection<PipelineDetail> pipelineDetails)
Runtime details for the pipelines of a running channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.pipelineDetails(Consumer<PipelineDetail.Builder>... pipelineDetails)
Runtime details for the pipelines of a running channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.pipelineDetails(PipelineDetail... pipelineDetails)
Runtime details for the pipelines of a running channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.pipelinesRunningCount(Integer pipelinesRunningCount)
The number of currently healthy pipelines.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.state(ChannelState state)
Sets the value of the State property for this object.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.state(String state)
Sets the value of the State property for this object.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.tags(Map<String,String> tags)
A collection of key-value pairs.
|
StartChannelResponse.Builder |
StartChannelResponse.toBuilder() |
default StartChannelResponse.Builder |
StartChannelResponse.Builder.vpc(Consumer<VpcOutputSettingsDescription.Builder> vpc)
Settings for VPC output This is a convenience method that creates an instance of the
VpcOutputSettingsDescription.Builder avoiding the need to create one manually via
VpcOutputSettingsDescription.builder(). |
StartChannelResponse.Builder |
StartChannelResponse.Builder.vpc(VpcOutputSettingsDescription vpc)
Settings for VPC output
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartChannelResponse.Builder> |
StartChannelResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.