@Stability(value=Stable) public static final class CfnChannel.CaptionLanguageMappingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.CaptionLanguageMappingProperty>
CfnChannel.CaptionLanguageMappingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.CaptionLanguageMappingProperty |
build()
Builds the configured instance.
|
CfnChannel.CaptionLanguageMappingProperty.Builder |
captionChannel(Number captionChannel)
Sets the value of
CfnChannel.CaptionLanguageMappingProperty.getCaptionChannel() |
CfnChannel.CaptionLanguageMappingProperty.Builder |
languageCode(String languageCode)
Sets the value of
CfnChannel.CaptionLanguageMappingProperty.getLanguageCode() |
CfnChannel.CaptionLanguageMappingProperty.Builder |
languageDescription(String languageDescription)
Sets the value of
CfnChannel.CaptionLanguageMappingProperty.getLanguageDescription() |
@Stability(value=Stable) public CfnChannel.CaptionLanguageMappingProperty.Builder captionChannel(Number captionChannel)
CfnChannel.CaptionLanguageMappingProperty.getCaptionChannel()captionChannel - The closed caption channel being described by this CaptionLanguageMapping.
Each channel mapping must have a unique channel number (maximum of 4).this@Stability(value=Stable) public CfnChannel.CaptionLanguageMappingProperty.Builder languageCode(String languageCode)
CfnChannel.CaptionLanguageMappingProperty.getLanguageCode()languageCode - A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).this@Stability(value=Stable) public CfnChannel.CaptionLanguageMappingProperty.Builder languageDescription(String languageDescription)
CfnChannel.CaptionLanguageMappingProperty.getLanguageDescription()languageDescription - The textual description of language.this@Stability(value=Stable) public CfnChannel.CaptionLanguageMappingProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.CaptionLanguageMappingProperty>CfnChannel.CaptionLanguageMappingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.