Class DashDvbSettings.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackagev2.alpha.DashDvbSettings.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DashDvbSettings>
- Enclosing interface:
DashDvbSettings
@Stability(Experimental)
public static final class DashDvbSettings.Builder
extends Object
implements software.amazon.jsii.Builder<DashDvbSettings>
A builder for
DashDvbSettings-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.errorMetrics(List<? extends DashDvbMetricsReporting> errorMetrics) Sets the value ofDashDvbSettings.getErrorMetrics()fontDownload(DashDvbFontDownload fontDownload) Sets the value ofDashDvbSettings.getFontDownload()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
errorMetrics
@Stability(Experimental) public DashDvbSettings.Builder errorMetrics(List<? extends DashDvbMetricsReporting> errorMetrics) Sets the value ofDashDvbSettings.getErrorMetrics()- Parameters:
errorMetrics- Playback device error reporting settings.- Returns:
this
-
fontDownload
@Stability(Experimental) public DashDvbSettings.Builder fontDownload(DashDvbFontDownload fontDownload) Sets the value ofDashDvbSettings.getFontDownload()- Parameters:
fontDownload- Subtitle font settings.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DashDvbSettings>- Returns:
- a new instance of
DashDvbSettings - Throws:
NullPointerException- if any required attribute was not provided
-