public static interface CaptionLanguageMapping.Builder extends CopyableBuilder<CaptionLanguageMapping.Builder,CaptionLanguageMapping>
| Modifier and Type | Method and Description |
|---|---|
CaptionLanguageMapping.Builder |
captionChannel(Integer captionChannel)
Channel to insert closed captions.
|
CaptionLanguageMapping.Builder |
languageCode(String languageCode)
Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
|
CaptionLanguageMapping.Builder |
languageDescription(String languageDescription)
Textual description of language
|
copyapply, buildCaptionLanguageMapping.Builder captionChannel(Integer captionChannel)
captionChannel - Channel to insert closed captions. Each channel mapping must have a unique channel number (maximum of
4)CaptionLanguageMapping.Builder languageCode(String languageCode)
languageCode - Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)CaptionLanguageMapping.Builder languageDescription(String languageDescription)
languageDescription - Textual description of languageCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.