Class WebvttDestinationProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.WebvttDestinationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WebvttDestinationProps>
- Enclosing interface:
WebvttDestinationProps
@Stability(Experimental)
public static final class WebvttDestinationProps.Builder
extends Object
implements software.amazon.jsii.Builder<WebvttDestinationProps>
A builder for
WebvttDestinationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.styleControl(WebvttStyleControl styleControl) Sets the value ofWebvttDestinationProps.getStyleControl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
styleControl
@Stability(Experimental) public WebvttDestinationProps.Builder styleControl(WebvttStyleControl styleControl) Sets the value ofWebvttDestinationProps.getStyleControl()- Parameters:
styleControl- Whether to pass through source color and position to the WebVTT output. PASSTHROUGH is only valid for EMBEDDED or TELETEXT sources.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WebvttDestinationProps>- Returns:
- a new instance of
WebvttDestinationProps - Throws:
NullPointerException- if any required attribute was not provided
-