public static final class CfnChannel.Scte27SourceSettingsProperty.Builder
extends java.lang.Object
CfnChannel.Scte27SourceSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.Scte27SourceSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.Scte27SourceSettingsProperty.Builder |
ocrLanguage(java.lang.String ocrLanguage)
Sets the value of
CfnChannel.Scte27SourceSettingsProperty.getOcrLanguage() |
CfnChannel.Scte27SourceSettingsProperty.Builder |
pid(java.lang.Number pid)
Sets the value of
CfnChannel.Scte27SourceSettingsProperty.getPid() |
public CfnChannel.Scte27SourceSettingsProperty.Builder ocrLanguage(java.lang.String ocrLanguage)
CfnChannel.Scte27SourceSettingsProperty.getOcrLanguage()
ocrLanguage
- If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.this
public CfnChannel.Scte27SourceSettingsProperty.Builder pid(java.lang.Number pid)
CfnChannel.Scte27SourceSettingsProperty.getPid()
pid
- The PID field is used in conjunction with the captions selector languageCode field as follows: Specify PID and Language: Extracts captions from that PID;.
the language is "informational." Specify PID and omit Language: Extracts the specified PID. Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages are passed through.this
public CfnChannel.Scte27SourceSettingsProperty build()
CfnChannel.Scte27SourceSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided