@Stability(value=Stable) public static final class CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPlaybackConfiguration.ManifestProcessingRulesProperty>
CfnPlaybackConfiguration.ManifestProcessingRulesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder |
adMarkerPassthrough(CfnPlaybackConfiguration.AdMarkerPassthroughProperty adMarkerPassthrough)
|
CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder |
adMarkerPassthrough(IResolvable adMarkerPassthrough)
|
CfnPlaybackConfiguration.ManifestProcessingRulesProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder adMarkerPassthrough(CfnPlaybackConfiguration.AdMarkerPassthroughProperty adMarkerPassthrough)
adMarkerPassthrough - For HLS, when set to `true` , MediaTailor passes through `EXT-X-CUE-IN` , `EXT-X-CUE-OUT` , and `EXT-X-SPLICEPOINT-SCTE35` ad markers from the origin manifest to the MediaTailor personalized manifest.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60 , but no ads are filled for that ad break, MediaTailor will not set the value to 0 .this@Stability(value=Stable) public CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder adMarkerPassthrough(IResolvable adMarkerPassthrough)
adMarkerPassthrough - For HLS, when set to `true` , MediaTailor passes through `EXT-X-CUE-IN` , `EXT-X-CUE-OUT` , and `EXT-X-SPLICEPOINT-SCTE35` ad markers from the origin manifest to the MediaTailor personalized manifest.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60 , but no ads are filled for that ad break, MediaTailor will not set the value to 0 .this@Stability(value=Stable) public CfnPlaybackConfiguration.ManifestProcessingRulesProperty build()
build in interface software.amazon.jsii.Builder<CfnPlaybackConfiguration.ManifestProcessingRulesProperty>CfnPlaybackConfiguration.ManifestProcessingRulesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.