Uses of Class
software.amazon.awscdk.services.medialive.alpha.Channel.Builder
Packages that use Channel.Builder
Package
Description
AWS::MediaLive Construct Library
-
Uses of Channel.Builder in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return Channel.BuilderModifier and TypeMethodDescriptionChannel.Builder.anywhereSettings(AnywhereSettings anywhereSettings) (experimental) Anywhere settings for running the channel on AWS Elemental Anywhere.Channel.Builder.availBlanking(AvailBlanking availBlanking) (experimental) Settings for blanking video, audio, and captions during ad avails.Channel.Builder.availSettings(AvailSettings availSettings) (experimental) Ad avail handling configuration.Channel.Builder.blackoutSlate(BlackoutSlate blackoutSlate) (experimental) Blackout slate configuration.Channel.Builder.channelClass(ChannelClass channelClass) (experimental) The class of the channel (STANDARD for redundancy, SINGLE_PIPELINE for cost savings).Channel.Builder.channelEngineVersion(String channelEngineVersion) (experimental) The engine version for the channel.Channel.Builder.channelName(String channelName) (experimental) The name of the channel.Channel.Builder.channelSecurityGroups(List<? extends IInputSecurityGroupRef> channelSecurityGroups) (experimental) Input security groups to associate with the channel.Channel.Builder.colorCorrections(List<? extends ColorCorrection> colorCorrections) (experimental) Global color correction rules applied to all outputs.static Channel.BuilderChannel.Builder.featureActivations(FeatureActivations featureActivations) (experimental) Feature activations for the channel (e.g.Channel.Builder.globalConfiguration(GlobalConfiguration globalConfiguration) (experimental) Global configuration settings for the channel.Channel.Builder.inferenceFeedArn(String inferenceFeedArn) (experimental) An AWS Elemental Inference feed to send this channel's media to for inference processing.Channel.Builder.inputs(List<? extends InputAttachment> inputs) (experimental) The input attachments for this channel.Channel.Builder.inputSpecification(InputSpecification inputSpecification) (experimental) The input specification for this channel.Channel.Builder.linkedChannelSettings(LinkedChannelSettings linkedChannelSettings) (experimental) Linked channel settings for primary/follower channel configurations.(experimental) The log level for the channel.Channel.Builder.maintenance(MaintenanceSettings maintenance) (experimental) Maintenance window configuration for the channel.Channel.Builder.motionGraphicsConfiguration(MotionGraphicsConfiguration motionGraphicsConfiguration) (experimental) Motion graphics overlay configuration.Channel.Builder.nielsenConfiguration(NielsenConfiguration nielsenConfiguration) (experimental) Nielsen watermark configuration.Channel.Builder.outputGroups(List<? extends OutputGroupConfiguration> outputGroups) (experimental) The initial output groups for this channel.(experimental) The IAM role for MediaLive to assume when running this channel.Channel.Builder.scte35SegmentationScope(Scte35SegmentationScope scte35SegmentationScope) (experimental) Which output groups receive SCTE-35 segmentation cues.(experimental) Tags to add to the channel.Channel.Builder.thumbnailConfiguration(ThumbnailConfiguration thumbnailConfiguration) (experimental) Thumbnail generation configuration.Channel.Builder.timecodeConfig(TimecodeConfig timecodeConfig) (experimental) Timecode configuration for the channel.Channel.Builder.vpc(VpcOutputSettings vpc) (experimental) VPC output settings.