Interface MedialiveChannelInputAttachmentsInputSettingsCaptionSelector
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.048Z") @Stability(Stable) public interface MedialiveChannelInputAttachmentsInputSettingsCaptionSelector extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Builderstatic classMedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Jsii$ProxyAn implementation forMedialiveChannelInputAttachmentsInputSettingsCaptionSelector
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Builderbuilder()default StringgetLanguageCode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#language_code MedialiveChannel#language_code}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#name MedialiveChannel#name}.default MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsgetSelectorSettings()selector_settings block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#name MedialiveChannel#name}.
-
getLanguageCode
@Stability(Stable) @Nullable default String getLanguageCode()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#language_code MedialiveChannel#language_code}.
-
getSelectorSettings
@Stability(Stable) @Nullable default MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettings getSelectorSettings()
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}
-
builder
@Stability(Stable) static MedialiveChannelInputAttachmentsInputSettingsCaptionSelector.Builder builder()
-
-