@Stability(value=Stable) public static final class CfnChannel.EbuTtDDestinationSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.EbuTtDDestinationSettingsProperty>
CfnChannel.EbuTtDDestinationSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.EbuTtDDestinationSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.EbuTtDDestinationSettingsProperty.Builder |
copyrightHolder(String copyrightHolder)
Sets the value of
CfnChannel.EbuTtDDestinationSettingsProperty.getCopyrightHolder() |
CfnChannel.EbuTtDDestinationSettingsProperty.Builder |
fillLineGap(String fillLineGap)
Sets the value of
CfnChannel.EbuTtDDestinationSettingsProperty.getFillLineGap() |
CfnChannel.EbuTtDDestinationSettingsProperty.Builder |
fontFamily(String fontFamily)
Sets the value of
CfnChannel.EbuTtDDestinationSettingsProperty.getFontFamily() |
CfnChannel.EbuTtDDestinationSettingsProperty.Builder |
styleControl(String styleControl)
Sets the value of
CfnChannel.EbuTtDDestinationSettingsProperty.getStyleControl() |
@Stability(value=Stable) public CfnChannel.EbuTtDDestinationSettingsProperty.Builder copyrightHolder(String copyrightHolder)
CfnChannel.EbuTtDDestinationSettingsProperty.getCopyrightHolder()copyrightHolder - Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output.
Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTMLthis@Stability(value=Stable) public CfnChannel.EbuTtDDestinationSettingsProperty.Builder fillLineGap(String fillLineGap)
CfnChannel.EbuTtDDestinationSettingsProperty.getFillLineGap()fillLineGap - Specifies how to handle the gap between the lines (in multi-line captions).
this@Stability(value=Stable) public CfnChannel.EbuTtDDestinationSettingsProperty.Builder fontFamily(String fontFamily)
CfnChannel.EbuTtDDestinationSettingsProperty.getFontFamily()fontFamily - Specifies the font family to include in the font data attached to the EBU-TT captions.
Valid only if styleControl is set to include. If you leave this field empty, the font family is set to "monospaced". (If styleControl is set to exclude, the font family is always set to "monospaced".) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font).
this@Stability(value=Stable) public CfnChannel.EbuTtDDestinationSettingsProperty.Builder styleControl(String styleControl)
CfnChannel.EbuTtDDestinationSettingsProperty.getStyleControl()styleControl - Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.
this@Stability(value=Stable) public CfnChannel.EbuTtDDestinationSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.EbuTtDDestinationSettingsProperty>CfnChannel.EbuTtDDestinationSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.