public static interface CdnConfiguration.Builder extends SdkPojo, CopyableBuilder<CdnConfiguration.Builder,CdnConfiguration>
Modifier and Type | Method and Description |
---|---|
CdnConfiguration.Builder |
adSegmentUrlPrefix(String adSegmentUrlPrefix)
A non-default content delivery network (CDN) to serve ad segments.
|
CdnConfiguration.Builder |
contentSegmentUrlPrefix(String contentSegmentUrlPrefix)
A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go
to the origin server.
|
copy
applyMutation, build
CdnConfiguration.Builder adSegmentUrlPrefix(String adSegmentUrlPrefix)
A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental 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 following origin: ads.mediatailor.<region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.
adSegmentUrlPrefix
- A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental
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 following origin:
ads.mediatailor.<region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix.
When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.CdnConfiguration.Builder contentSegmentUrlPrefix(String 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 AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments.
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 AWS Elemental MediaTailor serves a
manifest, it reports your CDN as the source for content segments.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.