@Stability(value=Stable) public static final class CfnPlaybackConfigurationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPlaybackConfigurationProps>
CfnPlaybackConfigurationProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder adDecisionServerUrl(String adDecisionServerUrl)
CfnPlaybackConfigurationProps.getAdDecisionServerUrl()adDecisionServerUrl - The URL for the ad decision server (ADS). This parameter is required.
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.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder name(String name)
CfnPlaybackConfigurationProps.getName()name - The identifier for the playback configuration. This parameter is required.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder videoContentSourceUrl(String videoContentSourceUrl)
CfnPlaybackConfigurationProps.getVideoContentSourceUrl()videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset ID. This parameter is required.
The maximum length is 512 characters.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder availSuppression(CfnPlaybackConfiguration.AvailSuppressionProperty availSuppression)
CfnPlaybackConfigurationProps.getAvailSuppression()availSuppression - The configuration for avail suppression, also known as ad suppression.
For more information about ad suppression, see Ad Suppression .this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder availSuppression(IResolvable availSuppression)
CfnPlaybackConfigurationProps.getAvailSuppression()availSuppression - The configuration for avail suppression, also known as ad suppression.
For more information about ad suppression, see Ad Suppression .this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder bumper(CfnPlaybackConfiguration.BumperProperty bumper)
CfnPlaybackConfigurationProps.getBumper()bumper - The configuration for bumpers.
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 .this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder bumper(IResolvable bumper)
CfnPlaybackConfigurationProps.getBumper()bumper - The configuration for bumpers.
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 .this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder cdnConfiguration(CfnPlaybackConfiguration.CdnConfigurationProperty cdnConfiguration)
CfnPlaybackConfigurationProps.getCdnConfiguration()cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder cdnConfiguration(IResolvable cdnConfiguration)
CfnPlaybackConfigurationProps.getCdnConfiguration()cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder configurationAliases(IResolvable configurationAliases)
CfnPlaybackConfigurationProps.getConfigurationAliases()configurationAliases - The player parameters and aliases used as dynamic variables during session initialization.
For more information, see Domain Variables .this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder configurationAliases(Map<String,? extends Object> configurationAliases)
CfnPlaybackConfigurationProps.getConfigurationAliases()configurationAliases - The player parameters and aliases used as dynamic variables during session initialization.
For more information, see Domain Variables .this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder dashConfiguration(CfnPlaybackConfiguration.DashConfigurationProperty dashConfiguration)
CfnPlaybackConfigurationProps.getDashConfiguration()dashConfiguration - The configuration for DASH content.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder dashConfiguration(IResolvable dashConfiguration)
CfnPlaybackConfigurationProps.getDashConfiguration()dashConfiguration - The configuration for DASH content.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder livePreRollConfiguration(CfnPlaybackConfiguration.LivePreRollConfigurationProperty livePreRollConfiguration)
CfnPlaybackConfigurationProps.getLivePreRollConfiguration()livePreRollConfiguration - The configuration for pre-roll ad insertion.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder livePreRollConfiguration(IResolvable livePreRollConfiguration)
CfnPlaybackConfigurationProps.getLivePreRollConfiguration()livePreRollConfiguration - The configuration for pre-roll ad insertion.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder manifestProcessingRules(CfnPlaybackConfiguration.ManifestProcessingRulesProperty manifestProcessingRules)
CfnPlaybackConfigurationProps.getManifestProcessingRules()manifestProcessingRules - The configuration for manifest processing rules.
Manifest processing rules enable customization of the personalized manifests created by MediaTailor.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder manifestProcessingRules(IResolvable manifestProcessingRules)
CfnPlaybackConfigurationProps.getManifestProcessingRules()manifestProcessingRules - The configuration for manifest processing rules.
Manifest processing rules enable customization of the personalized manifests created by MediaTailor.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder personalizationThresholdSeconds(Number personalizationThresholdSeconds)
CfnPlaybackConfigurationProps.getPersonalizationThresholdSeconds()personalizationThresholdSeconds - Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
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 .this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder slateAdUrl(String slateAdUrl)
CfnPlaybackConfigurationProps.getSlateAdUrl()slateAdUrl - The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
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.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder tags(List<? extends CfnTag> tags)
CfnPlaybackConfigurationProps.getTags()tags - The tags to assign to the playback configuration.this@Stability(value=Stable) public CfnPlaybackConfigurationProps.Builder transcodeProfileName(String transcodeProfileName)
CfnPlaybackConfigurationProps.getTranscodeProfileName()transcodeProfileName - The name that is used to associate this playback configuration with a custom transcode profile.
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.this@Stability(value=Stable) public CfnPlaybackConfigurationProps build()
build in interface software.amazon.jsii.Builder<CfnPlaybackConfigurationProps>CfnPlaybackConfigurationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.