@Generated(value="software.amazon.awssdk:codegen") public final class PlaybackConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlaybackConfiguration.Builder,PlaybackConfiguration>
The AWSMediaTailor configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
PlaybackConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
String |
adDecisionServerUrl()
The URL for the ad decision server (ADS).
|
static PlaybackConfiguration.Builder |
builder() |
CdnConfiguration |
cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The identifier for the configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlaybackConfiguration.Builder> |
serializableBuilderClass() |
String |
slateAdUrl()
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
PlaybackConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
videoContentSourceUrl()
The URL prefix for the master playlist for the stream, minus the asset ID.
|
copy
public String adDecisionServerUrl()
The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25000 characters.
public CdnConfiguration cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
public String name()
The identifier for the configuration.
public String slateAdUrl()
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because AWS Elemental MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
public String videoContentSourceUrl()
The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512 characters.
public PlaybackConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PlaybackConfiguration.Builder,PlaybackConfiguration>
public static PlaybackConfiguration.Builder builder()
public static Class<? extends PlaybackConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.