| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
PlaybackConfiguration |
PlaybackConfiguration.clone() |
PlaybackConfiguration |
PlaybackConfiguration.withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PlaybackConfiguration |
PlaybackConfiguration.withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
PlaybackConfiguration |
PlaybackConfiguration.withName(String name)
The identifier for the configuration.
|
PlaybackConfiguration |
PlaybackConfiguration.withSlateAdUrl(String slateAdUrl)
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
PlaybackConfiguration |
PlaybackConfiguration.withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlaybackConfiguration> |
ListPlaybackConfigurationsResult.getItems()
Array of playback configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackConfigurationsResult |
ListPlaybackConfigurationsResult.withItems(PlaybackConfiguration... items)
Array of playback configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlaybackConfigurationsResult.setItems(Collection<PlaybackConfiguration> items)
Array of playback configurations.
|
ListPlaybackConfigurationsResult |
ListPlaybackConfigurationsResult.withItems(Collection<PlaybackConfiguration> items)
Array of playback configurations.
|
Copyright © 2018. All rights reserved.