Interface MedialiveChannelEncoderSettingsTimecodeConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelEncoderSettingsTimecodeConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.023Z") @Stability(Stable) public interface MedialiveChannelEncoderSettingsTimecodeConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelEncoderSettingsTimecodeConfig.BuilderA builder forMedialiveChannelEncoderSettingsTimecodeConfigstatic classMedialiveChannelEncoderSettingsTimecodeConfig.Jsii$ProxyAn implementation forMedialiveChannelEncoderSettingsTimecodeConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MedialiveChannelEncoderSettingsTimecodeConfig.Builderbuilder()StringgetSource()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#source MedialiveChannel#source}.default NumbergetSyncThreshold()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#sync_threshold MedialiveChannel#sync_threshold}.
-
-
-
Method Detail
-
getSource
@Stability(Stable) @NotNull String getSource()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#source MedialiveChannel#source}.
-
getSyncThreshold
@Stability(Stable) @Nullable default Number getSyncThreshold()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#sync_threshold MedialiveChannel#sync_threshold}.
-
builder
@Stability(Stable) static MedialiveChannelEncoderSettingsTimecodeConfig.Builder builder()
-
-