@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPlaybackConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPlaybackConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetPlaybackConfigurationResult |
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.
|
DashConfiguration |
getDashConfiguration()
The configuration object for DASH content.
|
HlsConfiguration |
getHlsConfiguration()
The configuration for HLS content.
|
String |
getName()
The identifier for the configuration.
|
String |
getPlaybackEndpointPrefix()
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
String |
getSessionInitializationEndpointPrefix()
The URL that the player uses to initialize a session that uses client-side reporting.
|
String |
getSlateAdUrl()
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
String |
getTranscodeProfileName()
Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic
transcoding defaults.
|
String |
getVideoContentSourceUrl()
The URL prefix for the master playlist for the stream, minus the asset ID.
|
int |
hashCode() |
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 |
setDashConfiguration(DashConfiguration dashConfiguration)
The configuration object for DASH content.
|
void |
setHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
void |
setName(String name)
The identifier for the configuration.
|
void |
setPlaybackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
void |
setSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
|
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 |
setTranscodeProfileName(String transcodeProfileName)
Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic
transcoding defaults.
|
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.
|
GetPlaybackConfigurationResult |
withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
GetPlaybackConfigurationResult |
withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
GetPlaybackConfigurationResult |
withDashConfiguration(DashConfiguration dashConfiguration)
The configuration object for DASH content.
|
GetPlaybackConfigurationResult |
withHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
GetPlaybackConfigurationResult |
withName(String name)
The identifier for the configuration.
|
GetPlaybackConfigurationResult |
withPlaybackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
GetPlaybackConfigurationResult |
withSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
|
GetPlaybackConfigurationResult |
withSlateAdUrl(String slateAdUrl)
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
GetPlaybackConfigurationResult |
withTranscodeProfileName(String transcodeProfileName)
Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic
transcoding defaults.
|
GetPlaybackConfigurationResult |
withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetPlaybackConfigurationResult 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 GetPlaybackConfigurationResult 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 setDashConfiguration(DashConfiguration dashConfiguration)
The configuration object for DASH content.
dashConfiguration
- The configuration object for DASH content.public DashConfiguration getDashConfiguration()
The configuration object for DASH content.
public GetPlaybackConfigurationResult withDashConfiguration(DashConfiguration dashConfiguration)
The configuration object for DASH content.
dashConfiguration
- The configuration object for DASH content.public void setHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
hlsConfiguration
- The configuration for HLS content.public HlsConfiguration getHlsConfiguration()
The configuration for HLS content.
public GetPlaybackConfigurationResult withHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
hlsConfiguration
- The configuration for HLS content.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 GetPlaybackConfigurationResult withName(String name)
The identifier for the configuration.
name
- The identifier for the configuration.public void setPlaybackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
playbackEndpointPrefix
- The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use
server-side reporting.public String getPlaybackEndpointPrefix()
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
public GetPlaybackConfigurationResult withPlaybackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
playbackEndpointPrefix
- The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use
server-side reporting.public void setSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
sessionInitializationEndpointPrefix
- The URL that the player uses to initialize a session that uses client-side reporting.public String getSessionInitializationEndpointPrefix()
The URL that the player uses to initialize a session that uses client-side reporting.
public GetPlaybackConfigurationResult withSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
sessionInitializationEndpointPrefix
- The URL that the player uses to initialize a session that uses client-side reporting.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 GetPlaybackConfigurationResult 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 setTranscodeProfileName(String transcodeProfileName)
Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic transcoding defaults. Do not include this field if you have not setup custom profiles with the MediaTailor service team.
transcodeProfileName
- Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic
transcoding defaults. Do not include this field if you have not setup custom profiles with the MediaTailor
service team.public String getTranscodeProfileName()
Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic transcoding defaults. Do not include this field if you have not setup custom profiles with the MediaTailor service team.
public GetPlaybackConfigurationResult withTranscodeProfileName(String transcodeProfileName)
Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic transcoding defaults. Do not include this field if you have not setup custom profiles with the MediaTailor service team.
transcodeProfileName
- Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic
transcoding defaults. Do not include this field if you have not setup custom profiles with the MediaTailor
service team.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 GetPlaybackConfigurationResult 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 Object
Object.toString()
public GetPlaybackConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.