@Stability(value=Stable) public static final class CfnPlaybackConfiguration.CdnConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPlaybackConfiguration.CdnConfigurationProperty>
CfnPlaybackConfiguration.CdnConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPlaybackConfiguration.CdnConfigurationProperty.Builder |
adSegmentUrlPrefix(String adSegmentUrlPrefix)
|
CfnPlaybackConfiguration.CdnConfigurationProperty |
build()
Builds the configured instance.
|
CfnPlaybackConfiguration.CdnConfigurationProperty.Builder |
contentSegmentUrlPrefix(String contentSegmentUrlPrefix)
|
@Stability(value=Stable) public CfnPlaybackConfiguration.CdnConfigurationProperty.Builder adSegmentUrlPrefix(String adSegmentUrlPrefix)
adSegmentUrlPrefix - A non-default content delivery network (CDN) to serve ad segments.
By default, MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.this@Stability(value=Stable) public CfnPlaybackConfiguration.CdnConfigurationProperty.Builder contentSegmentUrlPrefix(String contentSegmentUrlPrefix)
contentSegmentUrlPrefix - A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server.
First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix. When MediaTailor serves a manifest, it reports your CDN as the source for content segments.this@Stability(value=Stable) public CfnPlaybackConfiguration.CdnConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnPlaybackConfiguration.CdnConfigurationProperty>CfnPlaybackConfiguration.CdnConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.