@Stability(value=Stable)
public static interface CfnPlaybackConfiguration.BumperProperty
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.*;
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()
`CfnPlaybackConfiguration.BumperProperty.EndUrl`.
|
default String |
getStartUrl()
`CfnPlaybackConfiguration.BumperProperty.StartUrl`.
|
@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.