Interface CaptionLanguageMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CaptionLanguageMapping.Builder,
,CaptionLanguageMapping> SdkBuilder<CaptionLanguageMapping.Builder,
,CaptionLanguageMapping> SdkPojo
- Enclosing class:
CaptionLanguageMapping
public static interface CaptionLanguageMapping.Builder
extends SdkPojo, CopyableBuilder<CaptionLanguageMapping.Builder,CaptionLanguageMapping>
-
Method Summary
Modifier and TypeMethodDescriptioncaptionChannel
(Integer captionChannel) The closed caption channel being described by this CaptionLanguageMapping.languageCode
(String languageCode) Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)languageDescription
(String languageDescription) Textual description of languageMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
captionChannel
The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)- Parameters:
captionChannel
- The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)- Parameters:
languageCode
- Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageDescription
Textual description of language- Parameters:
languageDescription
- Textual description of language- Returns:
- Returns a reference to this object so that method calls can be chained together.
-