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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
captionChannel
Caption channel.- Parameters:
captionChannel- Caption channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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- 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.
-
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- 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:
-
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- 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:
-
languageDescription
Caption language description.- Parameters:
languageDescription- Caption language description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-