Interface CmafIngestCaptionLanguageMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CmafIngestCaptionLanguageMapping.Builder,
,CmafIngestCaptionLanguageMapping> SdkBuilder<CmafIngestCaptionLanguageMapping.Builder,
,CmafIngestCaptionLanguageMapping> SdkPojo
- Enclosing class:
CmafIngestCaptionLanguageMapping
@Mutable
@NotThreadSafe
public static interface CmafIngestCaptionLanguageMapping.Builder
extends SdkPojo, CopyableBuilder<CmafIngestCaptionLanguageMapping.Builder,CmafIngestCaptionLanguageMapping>
-
Method Summary
Modifier and TypeMethodDescriptioncaptionChannel
(Integer captionChannel) A number for the channel for this caption, 1 to 4.languageCode
(String languageCode) Language code for the language of the caption in this channel.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 Details
-
captionChannel
A number for the channel for this caption, 1 to 4.- Parameters:
captionChannel
- A number for the channel for this caption, 1 to 4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
Language code for the language of the caption in this channel. For example, ger/deu. See http://www.loc.gov/standards/iso639-2- Parameters:
languageCode
- Language code for the language of the caption in this channel. For example, ger/deu. See http://www.loc.gov/standards/iso639-2- Returns:
- Returns a reference to this object so that method calls can be chained together.
-