Class CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty>
- Enclosing interface:
CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty
@Stability(Stable)
public static final class CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadMarkerPassthrough(CfnPlaybackConfigurationPropsMixin.AdMarkerPassthroughProperty adMarkerPassthrough) adMarkerPassthrough(IResolvable adMarkerPassthrough) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adMarkerPassthrough
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty.Builder adMarkerPassthrough(IResolvable adMarkerPassthrough) Sets the value ofCfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty.getAdMarkerPassthrough()- 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 CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty.Builder adMarkerPassthrough(CfnPlaybackConfigurationPropsMixin.AdMarkerPassthroughProperty adMarkerPassthrough) Sets the value ofCfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty.getAdMarkerPassthrough()- 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
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty>- Returns:
- a new instance of
CfnPlaybackConfigurationPropsMixin.ManifestProcessingRulesProperty - Throws:
NullPointerException- if any required attribute was not provided
-