Interface WebvttDestinationSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WebvttDestinationSettings.Builder,
,WebvttDestinationSettings> SdkBuilder<WebvttDestinationSettings.Builder,
,WebvttDestinationSettings> SdkPojo
- Enclosing class:
WebvttDestinationSettings
public static interface WebvttDestinationSettings.Builder
extends SdkPojo, CopyableBuilder<WebvttDestinationSettings.Builder,WebvttDestinationSettings>
-
Method Summary
Modifier and TypeMethodDescriptionstyleControl
(String styleControl) Controls whether the color and position of the source captions is passed through to the WebVTT output captions.styleControl
(WebvttDestinationStyleControl styleControl) Controls whether the color and position of the source captions is passed through to the WebVTT output captions.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 Details
-
styleControl
Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.- Parameters:
styleControl
- Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
styleControl
Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.- Parameters:
styleControl
- Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-