@Stability(value=Stable)
public static interface CfnPlaybackConfiguration.DashConfigurationForPutProperty
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.*;
DashConfigurationForPutProperty dashConfigurationForPutProperty = DashConfigurationForPutProperty.builder()
.mpdLocation("mpdLocation")
.originManifestType("originManifestType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlaybackConfiguration.DashConfigurationForPutProperty.Builder
A builder for
CfnPlaybackConfiguration.DashConfigurationForPutProperty |
static class |
CfnPlaybackConfiguration.DashConfigurationForPutProperty.Jsii$Proxy
An implementation for
CfnPlaybackConfiguration.DashConfigurationForPutProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlaybackConfiguration.DashConfigurationForPutProperty.Builder |
builder() |
default String |
getMpdLocation()
`CfnPlaybackConfiguration.DashConfigurationForPutProperty.MpdLocation`.
|
default String |
getOriginManifestType()
`CfnPlaybackConfiguration.DashConfigurationForPutProperty.OriginManifestType`.
|
@Stability(value=Stable) @Nullable default String getMpdLocation()
@Stability(value=Stable) @Nullable default String getOriginManifestType()
@Stability(value=Stable) static CfnPlaybackConfiguration.DashConfigurationForPutProperty.Builder builder()
Copyright © 2022. All rights reserved.