@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PlaybackConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The AWSMediaTailor configuration.
| Constructor and Description |
|---|
PlaybackConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PlaybackConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAdDecisionServerUrl()
The URL for the ad decision server (ADS).
|
CdnConfiguration |
getCdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
String |
getName()
The identifier for the configuration.
|
String |
getSlateAdUrl()
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
String |
getVideoContentSourceUrl()
The URL prefix for the master playlist for the stream, minus the asset ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
void |
setCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
void |
setName(String name)
The identifier for the configuration.
|
void |
setSlateAdUrl(String slateAdUrl)
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
void |
setVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PlaybackConfiguration |
withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PlaybackConfiguration |
withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
PlaybackConfiguration |
withName(String name)
The identifier for the configuration.
|
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 |
withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
public void setAdDecisionServerUrl(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.
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 String getAdDecisionServerUrl()
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 PlaybackConfiguration withAdDecisionServerUrl(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.
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 void setCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad
segment management.public CdnConfiguration getCdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
public PlaybackConfiguration withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad
segment management.public void setName(String name)
The identifier for the configuration.
name - The identifier for the configuration.public String getName()
The identifier for the configuration.
public PlaybackConfiguration withName(String name)
The identifier for the configuration.
name - The identifier for the configuration.public void setSlateAdUrl(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.
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 getSlateAdUrl()
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 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. 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.
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 void setVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512 characters.
videoContentSourceUrl - The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512
characters.public String getVideoContentSourceUrl()
The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512 characters.
public PlaybackConfiguration withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512 characters.
videoContentSourceUrl - The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512
characters.public String toString()
toString in class ObjectObject.toString()public PlaybackConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.