@Stability(value=Stable) public static final class CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPlaybackConfiguration.LivePreRollConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder |
adDecisionServerUrl(String adDecisionServerUrl)
|
CfnPlaybackConfiguration.LivePreRollConfigurationProperty |
build()
Builds the configured instance.
|
CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder |
maxDurationSeconds(Number maxDurationSeconds)
|
@Stability(value=Stable) public CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder adDecisionServerUrl(String adDecisionServerUrl)
CfnPlaybackConfiguration.LivePreRollConfigurationProperty.getAdDecisionServerUrl()adDecisionServerUrl - The URL for the ad decision server (ADS) for pre-roll ads.
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 CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder maxDurationSeconds(Number maxDurationSeconds)
maxDurationSeconds - The maximum allowed duration for the pre-roll ad avail.
MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.this@Stability(value=Stable) public CfnPlaybackConfiguration.LivePreRollConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnPlaybackConfiguration.LivePreRollConfigurationProperty>CfnPlaybackConfiguration.LivePreRollConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.