@Stability(value=Stable)
public static interface CfnPlaybackConfiguration.BumperProperty
extends software.amazon.jsii.JsiiSerializable
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 .
Example:
// 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.*;
BumperProperty bumperProperty = BumperProperty.builder()
.endUrl("endUrl")
.startUrl("startUrl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlaybackConfiguration.BumperProperty.Builder
A builder for
CfnPlaybackConfiguration.BumperProperty |
static class |
CfnPlaybackConfiguration.BumperProperty.Jsii$Proxy
An implementation for
CfnPlaybackConfiguration.BumperProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlaybackConfiguration.BumperProperty.Builder |
builder() |
default String |
getEndUrl()
The URL for the end bumper asset.
|
default String |
getStartUrl()
The URL for the start bumper asset.
|
@Stability(value=Stable) @Nullable default String getEndUrl()
@Stability(value=Stable) @Nullable default String getStartUrl()
@Stability(value=Stable) static CfnPlaybackConfiguration.BumperProperty.Builder builder()
Copyright © 2022. All rights reserved.