| 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 CreateChannelResponse |
MediaLiveClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a new channel
|
default CompletableFuture<CreateChannelResponse> |
MediaLiveAsyncClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a new channel
|
| Modifier and Type | Method and Description |
|---|---|
static CreateChannelRequest.Builder |
CreateChannelRequest.builder() |
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.cdiInputSpecification(CdiInputSpecification cdiInputSpecification)
Specification of CDI inputs for this channel
|
default CreateChannelRequest.Builder |
CreateChannelRequest.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(). |
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.channelClass(ChannelClass channelClass)
The class for this channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.channelClass(String channelClass)
The class for this channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(Collection<OutputDestination> destinations)
Sets the value of the Destinations property for this object.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(Consumer<OutputDestination.Builder>... destinations)
Sets the value of the Destinations property for this object.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(OutputDestination... destinations)
Sets the value of the Destinations property for this object.
|
default CreateChannelRequest.Builder |
CreateChannelRequest.Builder.encoderSettings(Consumer<EncoderSettings.Builder> encoderSettings)
Sets the value of the EncoderSettings property for this object.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.encoderSettings(EncoderSettings encoderSettings)
Sets the value of the EncoderSettings property for this object.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.inputAttachments(Consumer<InputAttachment.Builder>... inputAttachments)
List of input attachments for channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.inputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
default CreateChannelRequest.Builder |
CreateChannelRequest.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(). |
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.inputSpecification(InputSpecification inputSpecification)
Specification of network and file inputs for this channel
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.logLevel(LogLevel logLevel)
The log level to write to CloudWatch Logs.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.logLevel(String logLevel)
The log level to write to CloudWatch Logs.
|
default CreateChannelRequest.Builder |
CreateChannelRequest.Builder.maintenance(Consumer<MaintenanceCreateSettings.Builder> maintenance)
Maintenance settings for this channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.maintenance(MaintenanceCreateSettings maintenance)
Maintenance settings for this channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.name(String name)
Name of channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.requestId(String requestId)
Unique request ID to be specified.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.reserved(String reserved)
Deprecated.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.roleArn(String roleArn)
An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.tags(Map<String,String> tags)
A collection of key-value pairs.
|
CreateChannelRequest.Builder |
CreateChannelRequest.toBuilder() |
default CreateChannelRequest.Builder |
CreateChannelRequest.Builder.vpc(Consumer<VpcOutputSettings.Builder> vpc)
Settings for the VPC outputs This is a convenience method that creates an instance of the
VpcOutputSettings.Builder avoiding the need to create one manually via
VpcOutputSettings.builder(). |
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.vpc(VpcOutputSettings vpc)
Settings for the VPC outputs
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateChannelRequest.Builder> |
CreateChannelRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.