Interface TeletextDestinationSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TeletextDestinationSettings.Builder,TeletextDestinationSettings>,SdkBuilder<TeletextDestinationSettings.Builder,TeletextDestinationSettings>,SdkPojo
- Enclosing class:
- TeletextDestinationSettings
public static interface TeletextDestinationSettings.Builder extends SdkPojo, CopyableBuilder<TeletextDestinationSettings.Builder,TeletextDestinationSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TeletextDestinationSettings.BuilderpageNumber(String pageNumber)Set pageNumber to the Teletext page number for the destination captions for this output.TeletextDestinationSettings.BuilderpageTypes(Collection<TeletextPageType> pageTypes)Specify the page types for this Teletext page.TeletextDestinationSettings.BuilderpageTypes(TeletextPageType... pageTypes)Specify the page types for this Teletext page.TeletextDestinationSettings.BuilderpageTypesWithStrings(String... pageTypes)Specify the page types for this Teletext page.TeletextDestinationSettings.BuilderpageTypesWithStrings(Collection<String> pageTypes)Specify the page types for this Teletext page.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
pageNumber
TeletextDestinationSettings.Builder pageNumber(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageTypesWithStrings
TeletextDestinationSettings.Builder pageTypesWithStrings(Collection<String> 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageTypesWithStrings
TeletextDestinationSettings.Builder pageTypesWithStrings(String... 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageTypes
TeletextDestinationSettings.Builder pageTypes(Collection<TeletextPageType> 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageTypes
TeletextDestinationSettings.Builder pageTypes(TeletextPageType... 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-