Interface HlsCaptionLanguageMapping.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HlsCaptionLanguageMapping.Builder,,- HlsCaptionLanguageMapping> - SdkBuilder<HlsCaptionLanguageMapping.Builder,,- HlsCaptionLanguageMapping> - SdkPojo
- Enclosing class:
- HlsCaptionLanguageMapping
@Mutable
@NotThreadSafe
public static interface HlsCaptionLanguageMapping.Builder
extends SdkPojo, CopyableBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping> 
- 
Method SummaryModifier and TypeMethodDescriptioncaptionChannel(Integer captionChannel) Caption channel.customLanguageCode(String customLanguageCode) Specify the language, using an ISO 639-2 three-letter code in all capital letters.languageCode(String languageCode) Specify the language, using an ISO 639-2 three-letter code in all capital letters.languageCode(LanguageCode languageCode) Specify the language, using an ISO 639-2 three-letter code in all capital letters.languageDescription(String languageDescription) Caption language description.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
captionChannelCaption channel.- Parameters:
- captionChannel- Caption channel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customLanguageCodeSpecify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php- Parameters:
- customLanguageCode- Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes 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.
 
- 
languageCodeSpecify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php- Parameters:
- languageCode- Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes 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:
 
- 
languageCodeSpecify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php- Parameters:
- languageCode- Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes 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:
 
- 
languageDescriptionCaption language description.- Parameters:
- languageDescription- Caption language description.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-