Class CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPackagingConfigurationPropsMixin.DashManifestProperty>
- Enclosing interface:
CfnPackagingConfigurationPropsMixin.DashManifestProperty
@Stability(Stable)
public static final class CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPackagingConfigurationPropsMixin.DashManifestProperty>
A builder for
CfnPackagingConfigurationPropsMixin.DashManifestProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.manifestLayout(String manifestLayout) manifestName(String manifestName) minBufferTimeSeconds(Number minBufferTimeSeconds) Sets the value ofCfnPackagingConfigurationPropsMixin.DashManifestProperty.getProfile()scteMarkersSource(String scteMarkersSource) streamSelection(IResolvable streamSelection)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
manifestLayout
@Stability(Stable) public CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder manifestLayout(String manifestLayout) - Parameters:
manifestLayout- Determines the position of some tags in the Media Presentation Description (MPD). When set toFULL, elements likeSegmentTemplateandContentProtectionare included in eachRepresentation. When set toCOMPACT, duplicate elements are combined and presented at the AdaptationSet level.- Returns:
this
-
manifestName
@Stability(Stable) public CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder manifestName(String manifestName) - Parameters:
manifestName- A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.- Returns:
this
-
minBufferTimeSeconds
@Stability(Stable) public CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder minBufferTimeSeconds(Number minBufferTimeSeconds) Sets the value ofCfnPackagingConfigurationPropsMixin.DashManifestProperty.getMinBufferTimeSeconds()- Parameters:
minBufferTimeSeconds- Minimum amount of content (measured in seconds) that a player must keep available in the buffer.- Returns:
this
-
profile
@Stability(Stable) public CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder profile(String profile) Sets the value ofCfnPackagingConfigurationPropsMixin.DashManifestProperty.getProfile()- Parameters:
profile- The DASH profile type. When set toHBBTV_1_5, the content is compliant with HbbTV 1.5.- Returns:
this
-
scteMarkersSource
@Stability(Stable) public CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder scteMarkersSource(String scteMarkersSource) - Parameters:
scteMarkersSource- The source of scte markers used. Value description:SEGMENTS- The scte markers are sourced from the segments of the ingested content.MANIFEST- the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (EXT-OATCLS-SCTE35tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.
- Returns:
this
-
streamSelection
@Stability(Stable) public CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder streamSelection(IResolvable streamSelection) - Parameters:
streamSelection- Limitations for outputs from the endpoint, based on the video bitrate.- Returns:
this
-
streamSelection
@Stability(Stable) public CfnPackagingConfigurationPropsMixin.DashManifestProperty.Builder streamSelection(CfnPackagingConfigurationPropsMixin.StreamSelectionProperty streamSelection) - Parameters:
streamSelection- Limitations for outputs from the endpoint, based on the video bitrate.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPackagingConfigurationPropsMixin.DashManifestProperty>- Returns:
- a new instance of
CfnPackagingConfigurationPropsMixin.DashManifestProperty - Throws:
NullPointerException- if any required attribute was not provided
-