Uses of Interface
software.amazon.awssdk.services.medialive.model.WebvttDestinationSettings.Builder
-
Packages that use WebvttDestinationSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of WebvttDestinationSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return WebvttDestinationSettings.Builder Modifier and Type Method Description static WebvttDestinationSettings.BuilderWebvttDestinationSettings. builder()WebvttDestinationSettings.BuilderWebvttDestinationSettings.Builder. styleControl(String styleControl)Controls whether the color and position of the source captions is passed through to the WebVTT output captions.WebvttDestinationSettings.BuilderWebvttDestinationSettings.Builder. styleControl(WebvttDestinationStyleControl styleControl)Controls whether the color and position of the source captions is passed through to the WebVTT output captions.WebvttDestinationSettings.BuilderWebvttDestinationSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type WebvttDestinationSettings.Builder Modifier and Type Method Description static Class<? extends WebvttDestinationSettings.Builder>WebvttDestinationSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type WebvttDestinationSettings.Builder Modifier and Type Method Description default CaptionDestinationSettings.BuilderCaptionDestinationSettings.Builder. webvttDestinationSettings(Consumer<WebvttDestinationSettings.Builder> webvttDestinationSettings)Sets the value of the WebvttDestinationSettings property for this object.
-