@Stability(value=Stable) public static final class CfnPlaybackConfiguration.Builder extends Object implements software.amazon.jsii.Builder<CfnPlaybackConfiguration>
CfnPlaybackConfiguration.| Modifier and Type | Method and Description |
|---|---|
CfnPlaybackConfiguration.Builder |
adDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
CfnPlaybackConfiguration.Builder |
availSuppression(CfnPlaybackConfiguration.AvailSuppressionProperty availSuppression)
The configuration for avail suppression, also known as ad suppression.
|
CfnPlaybackConfiguration.Builder |
availSuppression(IResolvable availSuppression)
The configuration for avail suppression, also known as ad suppression.
|
CfnPlaybackConfiguration |
build() |
CfnPlaybackConfiguration.Builder |
bumper(CfnPlaybackConfiguration.BumperProperty bumper)
The configuration for bumpers.
|
CfnPlaybackConfiguration.Builder |
bumper(IResolvable bumper)
The configuration for bumpers.
|
CfnPlaybackConfiguration.Builder |
cdnConfiguration(CfnPlaybackConfiguration.CdnConfigurationProperty cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
|
CfnPlaybackConfiguration.Builder |
cdnConfiguration(IResolvable cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
|
CfnPlaybackConfiguration.Builder |
configurationAliases(IResolvable configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization.
|
CfnPlaybackConfiguration.Builder |
configurationAliases(Map<String,? extends Object> configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization.
|
static CfnPlaybackConfiguration.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPlaybackConfiguration.Builder |
dashConfiguration(CfnPlaybackConfiguration.DashConfigurationProperty dashConfiguration)
The configuration for DASH content.
|
CfnPlaybackConfiguration.Builder |
dashConfiguration(IResolvable dashConfiguration)
The configuration for DASH content.
|
CfnPlaybackConfiguration.Builder |
livePreRollConfiguration(CfnPlaybackConfiguration.LivePreRollConfigurationProperty livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
CfnPlaybackConfiguration.Builder |
livePreRollConfiguration(IResolvable livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
CfnPlaybackConfiguration.Builder |
manifestProcessingRules(CfnPlaybackConfiguration.ManifestProcessingRulesProperty manifestProcessingRules)
The configuration for manifest processing rules.
|
CfnPlaybackConfiguration.Builder |
manifestProcessingRules(IResolvable manifestProcessingRules)
The configuration for manifest processing rules.
|
CfnPlaybackConfiguration.Builder |
name(String name)
The identifier for the playback configuration.
|
CfnPlaybackConfiguration.Builder |
personalizationThresholdSeconds(Number personalizationThresholdSeconds)
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
CfnPlaybackConfiguration.Builder |
slateAdUrl(String slateAdUrl)
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
CfnPlaybackConfiguration.Builder |
tags(List<? extends CfnTag> tags)
The tags to assign to the playback configuration.
|
CfnPlaybackConfiguration.Builder |
transcodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
CfnPlaybackConfiguration.Builder |
videoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the parent manifest for the stream, minus the asset ID.
|
@Stability(value=Stable) public static CfnPlaybackConfiguration.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder.@Stability(value=Stable) public CfnPlaybackConfiguration.Builder adDecisionServerUrl(String adDecisionServerUrl)
This includes the specification of static parameters and placeholders for dynamic parameters. MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.
adDecisionServerUrl - The URL for the ad decision server (ADS). This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder name(String name)
name - The identifier for the playback configuration. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder videoContentSourceUrl(String videoContentSourceUrl)
The maximum length is 512 characters.
videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset ID. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder availSuppression(CfnPlaybackConfiguration.AvailSuppressionProperty availSuppression)
For more information about ad suppression, see Ad Suppression .
availSuppression - The configuration for avail suppression, also known as ad suppression. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder availSuppression(IResolvable availSuppression)
For more information about ad suppression, see Ad Suppression .
availSuppression - The configuration for avail suppression, also known as ad suppression. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder bumper(CfnPlaybackConfiguration.BumperProperty bumper)
Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers .
bumper - The configuration for bumpers. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder bumper(IResolvable bumper)
Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers .
bumper - The configuration for bumpers. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder cdnConfiguration(CfnPlaybackConfiguration.CdnConfigurationProperty cdnConfiguration)
cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder cdnConfiguration(IResolvable cdnConfiguration)
cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder configurationAliases(IResolvable configurationAliases)
For more information, see Domain Variables .
configurationAliases - The player parameters and aliases used as dynamic variables during session initialization. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder configurationAliases(Map<String,? extends Object> configurationAliases)
For more information, see Domain Variables .
configurationAliases - The player parameters and aliases used as dynamic variables during session initialization. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder dashConfiguration(CfnPlaybackConfiguration.DashConfigurationProperty dashConfiguration)
dashConfiguration - The configuration for DASH content. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder dashConfiguration(IResolvable dashConfiguration)
dashConfiguration - The configuration for DASH content. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder livePreRollConfiguration(CfnPlaybackConfiguration.LivePreRollConfigurationProperty livePreRollConfiguration)
livePreRollConfiguration - The configuration for pre-roll ad insertion. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder livePreRollConfiguration(IResolvable livePreRollConfiguration)
livePreRollConfiguration - The configuration for pre-roll ad insertion. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder manifestProcessingRules(CfnPlaybackConfiguration.ManifestProcessingRulesProperty manifestProcessingRules)
Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
manifestProcessingRules - The configuration for manifest processing rules. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder manifestProcessingRules(IResolvable manifestProcessingRules)
Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
manifestProcessingRules - The configuration for manifest processing rules. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder personalizationThresholdSeconds(Number personalizationThresholdSeconds)
If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in MediaTailor .
personalizationThresholdSeconds - Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder slateAdUrl(String slateAdUrl)
MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
slateAdUrl - The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder tags(List<? extends CfnTag> tags)
tags - The tags to assign to the playback configuration. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration.Builder transcodeProfileName(String transcodeProfileName)
This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
transcodeProfileName - The name that is used to associate this playback configuration with a custom transcode profile. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfiguration build()
build in interface software.amazon.jsii.Builder<CfnPlaybackConfiguration>Copyright © 2022. All rights reserved.