@Stability(value=Stable) public static final class CfnChannel.TeletextSourceSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.TeletextSourceSettingsProperty>
CfnChannel.TeletextSourceSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.TeletextSourceSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.TeletextSourceSettingsProperty.Builder |
outputRectangle(CfnChannel.CaptionRectangleProperty outputRectangle)
Sets the value of
CfnChannel.TeletextSourceSettingsProperty.getOutputRectangle() |
CfnChannel.TeletextSourceSettingsProperty.Builder |
outputRectangle(IResolvable outputRectangle)
Sets the value of
CfnChannel.TeletextSourceSettingsProperty.getOutputRectangle() |
CfnChannel.TeletextSourceSettingsProperty.Builder |
pageNumber(String pageNumber)
Sets the value of
CfnChannel.TeletextSourceSettingsProperty.getPageNumber() |
@Stability(value=Stable) public CfnChannel.TeletextSourceSettingsProperty.Builder outputRectangle(CfnChannel.CaptionRectangleProperty outputRectangle)
CfnChannel.TeletextSourceSettingsProperty.getOutputRectangle()outputRectangle - Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.this@Stability(value=Stable) public CfnChannel.TeletextSourceSettingsProperty.Builder outputRectangle(IResolvable outputRectangle)
CfnChannel.TeletextSourceSettingsProperty.getOutputRectangle()outputRectangle - Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.this@Stability(value=Stable) public CfnChannel.TeletextSourceSettingsProperty.Builder pageNumber(String pageNumber)
CfnChannel.TeletextSourceSettingsProperty.getPageNumber()pageNumber - Specifies the Teletext page number within the data stream from which to extract captions.
The range is 0x100 (256) to 0x8FF (2303). This is unused for passthrough. It should be specified as a hexadecimal string with no "0x" prefix.this@Stability(value=Stable) public CfnChannel.TeletextSourceSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.TeletextSourceSettingsProperty>CfnChannel.TeletextSourceSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.