Uses of Class
software.amazon.awscdk.services.medialive.CfnChannel.OutputProperty.Builder
Package
Description
AWS Elemental MediaLive Construct Library
-
Uses of CfnChannel.OutputProperty.Builder in software.amazon.awscdk.services.medialive
Modifier and TypeMethodDescriptionCfnChannel.OutputProperty.Builder.audioDescriptionNames
(List<String> audioDescriptionNames) Sets the value ofCfnChannel.OutputProperty.getAudioDescriptionNames()
CfnChannel.OutputProperty.builder()
CfnChannel.OutputProperty.Builder.captionDescriptionNames
(List<String> captionDescriptionNames) Sets the value ofCfnChannel.OutputProperty.getCaptionDescriptionNames()
CfnChannel.OutputProperty.Builder.outputName
(String outputName) Sets the value ofCfnChannel.OutputProperty.getOutputName()
CfnChannel.OutputProperty.Builder.outputSettings
(IResolvable outputSettings) Sets the value ofCfnChannel.OutputProperty.getOutputSettings()
CfnChannel.OutputProperty.Builder.outputSettings
(CfnChannel.OutputSettingsProperty outputSettings) Sets the value ofCfnChannel.OutputProperty.getOutputSettings()
CfnChannel.OutputProperty.Builder.videoDescriptionName
(String videoDescriptionName) Sets the value ofCfnChannel.OutputProperty.getVideoDescriptionName()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.OutputProperty.Builder
.