Interface CfnOriginEndpoint.DashProgramInformationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.DashProgramInformationProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.DashProgramInformationProperty
extends software.amazon.jsii.JsiiSerializable
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
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.mediapackagev2.*; DashProgramInformationProperty dashProgramInformationProperty = DashProgramInformationProperty.builder() .copyright("copyright") .languageCode("languageCode") .moreInformationUrl("moreInformationUrl") .source("source") .title("title") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnOriginEndpoint.DashProgramInformationProperty
static final class
An implementation forCfnOriginEndpoint.DashProgramInformationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
A copyright statement about the content.default String
The language code for this manifest.default String
An absolute URL that contains more information about this content.default String
Information about the content provider.default String
getTitle()
The title for the manifest.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCopyright
A copyright statement about the content.- See Also:
-
getLanguageCode
The language code for this manifest.- See Also:
-
getMoreInformationUrl
An absolute URL that contains more information about this content.- See Also:
-
getSource
Information about the content provider.- See Also:
-
getTitle
The title for the manifest.- See Also:
-
builder
-