Class CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfiguration.ManifestProcessingRulesProperty>
- Enclosing interface:
CfnPlaybackConfiguration.ManifestProcessingRulesProperty
@Stability(Stable)
public static final class CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfiguration.ManifestProcessingRulesProperty>
A builder for
CfnPlaybackConfiguration.ManifestProcessingRulesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadMarkerPassthrough(IResolvable adMarkerPassthrough) adMarkerPassthrough(CfnPlaybackConfiguration.AdMarkerPassthroughProperty adMarkerPassthrough) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adMarkerPassthrough
@Stability(Stable) public CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder adMarkerPassthrough(IResolvable adMarkerPassthrough) - Parameters:
adMarkerPassthrough- For HLS, when set totrue, MediaTailor passes throughEXT-X-CUE-IN,EXT-X-CUE-OUT, andEXT-X-SPLICEPOINT-SCTE35ad markers from the origin manifest to the MediaTailor personalized manifest. No logic is applied to these ad markers. For example, ifEXT-X-CUE-OUThas a value of60, but no ads are filled for that ad break, MediaTailor will not set the value to0.- Returns:
this
-
adMarkerPassthrough
@Stability(Stable) public CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder adMarkerPassthrough(CfnPlaybackConfiguration.AdMarkerPassthroughProperty adMarkerPassthrough) - Parameters:
adMarkerPassthrough- For HLS, when set totrue, MediaTailor passes throughEXT-X-CUE-IN,EXT-X-CUE-OUT, andEXT-X-SPLICEPOINT-SCTE35ad markers from the origin manifest to the MediaTailor personalized manifest. No logic is applied to these ad markers. For example, ifEXT-X-CUE-OUThas a value of60, but no ads are filled for that ad break, MediaTailor will not set the value to0.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfiguration.ManifestProcessingRulesProperty>- Returns:
- a new instance of
CfnPlaybackConfiguration.ManifestProcessingRulesProperty - Throws:
NullPointerException- if any required attribute was not provided
-