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 Details

    • 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

      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:
    • 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.