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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CaptionLanguageMapping.BuildercaptionChannel(Integer captionChannel)The closed caption channel being described by this CaptionLanguageMapping.CaptionLanguageMapping.BuilderlanguageCode(String languageCode)Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)CaptionLanguageMapping.BuilderlanguageDescription(String languageDescription)Textual description of language-
Methods 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
captionChannel
CaptionLanguageMapping.Builder captionChannel(Integer 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
CaptionLanguageMapping.Builder languageCode(String 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
CaptionLanguageMapping.Builder languageDescription(String 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.
-
-