Interface CfnChannel.TimecodeBurninSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.TimecodeBurninSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.TimecodeBurninSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; TimecodeBurninSettingsProperty timecodeBurninSettingsProperty = TimecodeBurninSettingsProperty.builder() .fontSize("fontSize") .position("position") .prefix("prefix") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.TimecodeBurninSettingsProperty
static final class
An implementation forCfnChannel.TimecodeBurninSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFontSize
CfnChannel.TimecodeBurninSettingsProperty.FontSize
. -
getPosition
CfnChannel.TimecodeBurninSettingsProperty.Position
. -
getPrefix
CfnChannel.TimecodeBurninSettingsProperty.Prefix
. -
builder
-