Class MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MedialiveChannelInputAttachmentsInputSettingsCaptionSelector>
- Enclosing interface:
- MedialiveChannelInputAttachmentsInputSettingsCaptionSelector
@Stability(Stable) public static final class MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Builder extends Object implements software.amazon.jsii.Builder<MedialiveChannelInputAttachmentsInputSettingsCaptionSelector>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorbuild()Builds the configured instance.MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.BuilderlanguageCode(String languageCode)MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Buildername(String name)Sets the value ofMedialiveChannelInputAttachmentsInputSettingsCaptionSelector.getName()MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.BuilderselectorSettings(MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettings selectorSettings)
-
-
-
Method Detail
-
name
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Builder name(String name)
Sets the value ofMedialiveChannelInputAttachmentsInputSettingsCaptionSelector.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#name MedialiveChannel#name}. This parameter is required.- Returns:
this
-
languageCode
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Builder languageCode(String languageCode)
- Parameters:
languageCode- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#language_code MedialiveChannel#language_code}.- Returns:
this
-
selectorSettings
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Builder selectorSettings(MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettings selectorSettings)
Sets the value ofMedialiveChannelInputAttachmentsInputSettingsCaptionSelector.getSelectorSettings()- Parameters:
selectorSettings- selector_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#selector_settings MedialiveChannel#selector_settings}- Returns:
this
-
build
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsCaptionSelector build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MedialiveChannelInputAttachmentsInputSettingsCaptionSelector>- Returns:
- a new instance of
MedialiveChannelInputAttachmentsInputSettingsCaptionSelector - Throws:
NullPointerException- if any required attribute was not provided
-
-