public static interface TeletextDestinationSettings.Builder extends SdkPojo, CopyableBuilder<TeletextDestinationSettings.Builder,TeletextDestinationSettings>
| Modifier and Type | Method and Description |
|---|---|
TeletextDestinationSettings.Builder |
pageNumber(String pageNumber)
Set pageNumber to the Teletext page number for the destination captions for this output.
|
TeletextDestinationSettings.Builder |
pageTypes(Collection<TeletextPageType> pageTypes)
Specify the page types for this Teletext page.
|
TeletextDestinationSettings.Builder |
pageTypes(TeletextPageType... pageTypes)
Specify the page types for this Teletext page.
|
TeletextDestinationSettings.Builder |
pageTypesWithStrings(Collection<String> pageTypes)
Specify the page types for this Teletext page.
|
TeletextDestinationSettings.Builder |
pageTypesWithStrings(String... pageTypes)
Specify the page types for this Teletext page.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTeletextDestinationSettings.Builder pageNumber(String pageNumber)
pageNumber - Set pageNumber to the Teletext page number for the destination captions for this output. This value
must be a three-digit hexadecimal string; strings ending in -FF are invalid. If you are passing
through the entire set of Teletext data, do not use this field.TeletextDestinationSettings.Builder pageTypesWithStrings(Collection<String> pageTypes)
pageTypes - Specify the page types for this Teletext page. If you don't specify a value here, the service sets the
page type to the default value Subtitle. If you pass through the entire set of Teletext data, don't
use this field. When you pass through a set of Teletext pages, your output has the same page types as
your input.TeletextDestinationSettings.Builder pageTypesWithStrings(String... pageTypes)
pageTypes - Specify the page types for this Teletext page. If you don't specify a value here, the service sets the
page type to the default value Subtitle. If you pass through the entire set of Teletext data, don't
use this field. When you pass through a set of Teletext pages, your output has the same page types as
your input.TeletextDestinationSettings.Builder pageTypes(Collection<TeletextPageType> pageTypes)
pageTypes - Specify the page types for this Teletext page. If you don't specify a value here, the service sets the
page type to the default value Subtitle. If you pass through the entire set of Teletext data, don't
use this field. When you pass through a set of Teletext pages, your output has the same page types as
your input.TeletextDestinationSettings.Builder pageTypes(TeletextPageType... pageTypes)
pageTypes - Specify the page types for this Teletext page. If you don't specify a value here, the service sets the
page type to the default value Subtitle. If you pass through the entire set of Teletext data, don't
use this field. When you pass through a set of Teletext pages, your output has the same page types as
your input.Copyright © 2023. All rights reserved.