@Stability(value=Stable)
public static interface CfnPlaybackConfiguration.LivePreRollConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediatailor.*;
LivePreRollConfigurationProperty livePreRollConfigurationProperty = LivePreRollConfigurationProperty.builder()
.adDecisionServerUrl("adDecisionServerUrl")
.maxDurationSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder
|
static class |
CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Jsii$Proxy
An implementation for
CfnPlaybackConfiguration.LivePreRollConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder |
builder() |
default String |
getAdDecisionServerUrl()
`CfnPlaybackConfiguration.LivePreRollConfigurationProperty.AdDecisionServerUrl`.
|
default Number |
getMaxDurationSeconds()
`CfnPlaybackConfiguration.LivePreRollConfigurationProperty.MaxDurationSeconds`.
|
@Stability(value=Stable) @Nullable default String getAdDecisionServerUrl()
@Stability(value=Stable) @Nullable default Number getMaxDurationSeconds()
@Stability(value=Stable) static CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.