public static final class CfnChannel.CaptionSelectorProperty.Builder
extends java.lang.Object
CfnChannel.CaptionSelectorProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.CaptionSelectorProperty |
build()
Builds the configured instance.
|
CfnChannel.CaptionSelectorProperty.Builder |
languageCode(java.lang.String languageCode)
Sets the value of
CfnChannel.CaptionSelectorProperty.getLanguageCode() |
CfnChannel.CaptionSelectorProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnChannel.CaptionSelectorProperty.getName() |
CfnChannel.CaptionSelectorProperty.Builder |
selectorSettings(CfnChannel.CaptionSelectorSettingsProperty selectorSettings)
Sets the value of
CfnChannel.CaptionSelectorProperty.getSelectorSettings() |
CfnChannel.CaptionSelectorProperty.Builder |
selectorSettings(IResolvable selectorSettings)
Sets the value of
CfnChannel.CaptionSelectorProperty.getSelectorSettings() |
public CfnChannel.CaptionSelectorProperty.Builder languageCode(java.lang.String languageCode)
CfnChannel.CaptionSelectorProperty.getLanguageCode()
languageCode
- When specified, this field indicates the three-letter language code of the captions track to extract from the source.this
public CfnChannel.CaptionSelectorProperty.Builder name(java.lang.String name)
CfnChannel.CaptionSelectorProperty.getName()
name
- The name identifier for a captions selector.
This name is used to associate this captions selector with one or more captions descriptions. Names must be unique within a channel.this
public CfnChannel.CaptionSelectorProperty.Builder selectorSettings(IResolvable selectorSettings)
CfnChannel.CaptionSelectorProperty.getSelectorSettings()
selectorSettings
- Information about the specific audio to extract from the input.this
public CfnChannel.CaptionSelectorProperty.Builder selectorSettings(CfnChannel.CaptionSelectorSettingsProperty selectorSettings)
CfnChannel.CaptionSelectorProperty.getSelectorSettings()
selectorSettings
- Information about the specific audio to extract from the input.this
public CfnChannel.CaptionSelectorProperty build()
CfnChannel.CaptionSelectorProperty
java.lang.NullPointerException
- if any required attribute was not provided