public static interface CaptionLanguageMapping.Builder extends SdkPojo, CopyableBuilder<CaptionLanguageMapping.Builder,CaptionLanguageMapping>
Modifier and Type | Method and Description |
---|---|
CaptionLanguageMapping.Builder |
captionChannel(Integer captionChannel)
The closed caption channel being described by this CaptionLanguageMapping.
|
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
|
copy
applyMutation, build
CaptionLanguageMapping.Builder captionChannel(Integer captionChannel)
captionChannel
- The closed caption channel being described by this CaptionLanguageMapping. 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.