Interface HlsCaptionLanguageMapping.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping>
,SdkBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping>
,SdkPojo
- Enclosing class:
- HlsCaptionLanguageMapping
public static interface HlsCaptionLanguageMapping.Builder extends SdkPojo, CopyableBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HlsCaptionLanguageMapping.Builder
captionChannel(Integer captionChannel)
Caption channel.HlsCaptionLanguageMapping.Builder
customLanguageCode(String customLanguageCode)
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language codeHlsCaptionLanguageMapping.Builder
languageCode(String languageCode)
Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.HlsCaptionLanguageMapping.Builder
languageCode(LanguageCode languageCode)
Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.HlsCaptionLanguageMapping.Builder
languageDescription(String languageDescription)
Caption language description.-
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
HlsCaptionLanguageMapping.Builder captionChannel(Integer captionChannel)
Caption channel.- Parameters:
captionChannel
- Caption channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customLanguageCode
HlsCaptionLanguageMapping.Builder customLanguageCode(String customLanguageCode)
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code- Parameters:
customLanguageCode
- Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
HlsCaptionLanguageMapping.Builder languageCode(String languageCode)
Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.- Parameters:
languageCode
- Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode
,LanguageCode
-
languageCode
HlsCaptionLanguageMapping.Builder languageCode(LanguageCode languageCode)
Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.- Parameters:
languageCode
- Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode
,LanguageCode
-
languageDescription
HlsCaptionLanguageMapping.Builder languageDescription(String languageDescription)
Caption language description.- Parameters:
languageDescription
- Caption language description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-