@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutPlaybackConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutPlaybackConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
PutPlaybackConfigurationResult |
addConfigurationAliasesEntry(String key,
Map<String,String> value)
Add a single ConfigurationAliases entry
|
PutPlaybackConfigurationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutPlaybackConfigurationResult |
clearConfigurationAliasesEntries()
Removes all the entries added into ConfigurationAliases.
|
PutPlaybackConfigurationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
PutPlaybackConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAdDecisionServerUrl()
The URL for the ad decision server (ADS).
|
AvailSuppression |
getAvailSuppression()
The configuration for avail suppression, also known as ad suppression.
|
Bumper |
getBumper()
The configuration for bumpers.
|
CdnConfiguration |
getCdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
Map<String,Map<String,String>> |
getConfigurationAliases()
The player parameters and aliases used as dynamic variables during session initialization.
|
DashConfiguration |
getDashConfiguration()
The configuration for DASH content.
|
HlsConfiguration |
getHlsConfiguration()
The configuration for HLS content.
|
String |
getInsertionMode()
The setting that controls whether players can use stitched or guided ad insertion.
|
LivePreRollConfiguration |
getLivePreRollConfiguration()
The configuration for pre-roll ad insertion.
|
LogConfiguration |
getLogConfiguration()
The Amazon CloudWatch log settings for a playback configuration.
|
ManifestProcessingRules |
getManifestProcessingRules()
The configuration for manifest processing rules.
|
String |
getName()
The identifier for the playback configuration.
|
Integer |
getPersonalizationThresholdSeconds()
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
String |
getPlaybackConfigurationArn()
The Amazon Resource Name (ARN) associated with the playback configuration.
|
String |
getPlaybackEndpointPrefix()
The playback endpoint prefix associated with the playback configuration.
|
String |
getSessionInitializationEndpointPrefix()
The session initialization endpoint prefix associated with the playback configuration.
|
String |
getSlateAdUrl()
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
Map<String,String> |
getTags()
The tags to assign to the playback configuration.
|
String |
getTranscodeProfileName()
The name that is used to associate this playback configuration with a custom transcode profile.
|
String |
getVideoContentSourceUrl()
The URL prefix for the parent manifest for the stream, minus the asset ID.
|
int |
hashCode() |
void |
setAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
void |
setAvailSuppression(AvailSuppression availSuppression)
The configuration for avail suppression, also known as ad suppression.
|
void |
setBumper(Bumper bumper)
The configuration for bumpers.
|
void |
setCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
void |
setConfigurationAliases(Map<String,Map<String,String>> configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization.
|
void |
setDashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
|
void |
setHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
void |
setInsertionMode(String insertionMode)
The setting that controls whether players can use stitched or guided ad insertion.
|
void |
setLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
void |
setLogConfiguration(LogConfiguration logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
|
void |
setManifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules.
|
void |
setName(String name)
The identifier for the playback configuration.
|
void |
setPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
void |
setPlaybackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) associated with the playback configuration.
|
void |
setPlaybackEndpointPrefix(String playbackEndpointPrefix)
The playback endpoint prefix associated with the playback configuration.
|
void |
setSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The session initialization endpoint prefix associated with the playback configuration.
|
void |
setSlateAdUrl(String slateAdUrl)
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
void |
setTags(Map<String,String> tags)
The tags to assign to the playback configuration.
|
void |
setTranscodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
void |
setVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the parent manifest for the stream, minus the asset ID.
|
String |
toString()
Returns a string representation of this object.
|
PutPlaybackConfigurationResult |
withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PutPlaybackConfigurationResult |
withAvailSuppression(AvailSuppression availSuppression)
The configuration for avail suppression, also known as ad suppression.
|
PutPlaybackConfigurationResult |
withBumper(Bumper bumper)
The configuration for bumpers.
|
PutPlaybackConfigurationResult |
withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
PutPlaybackConfigurationResult |
withConfigurationAliases(Map<String,Map<String,String>> configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization.
|
PutPlaybackConfigurationResult |
withDashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
|
PutPlaybackConfigurationResult |
withHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
PutPlaybackConfigurationResult |
withInsertionMode(InsertionMode insertionMode)
The setting that controls whether players can use stitched or guided ad insertion.
|
PutPlaybackConfigurationResult |
withInsertionMode(String insertionMode)
The setting that controls whether players can use stitched or guided ad insertion.
|
PutPlaybackConfigurationResult |
withLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
PutPlaybackConfigurationResult |
withLogConfiguration(LogConfiguration logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
|
PutPlaybackConfigurationResult |
withManifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules.
|
PutPlaybackConfigurationResult |
withName(String name)
The identifier for the playback configuration.
|
PutPlaybackConfigurationResult |
withPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
PutPlaybackConfigurationResult |
withPlaybackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) associated with the playback configuration.
|
PutPlaybackConfigurationResult |
withPlaybackEndpointPrefix(String playbackEndpointPrefix)
The playback endpoint prefix associated with the playback configuration.
|
PutPlaybackConfigurationResult |
withSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The session initialization endpoint prefix associated with the playback configuration.
|
PutPlaybackConfigurationResult |
withSlateAdUrl(String slateAdUrl)
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
PutPlaybackConfigurationResult |
withTags(Map<String,String> tags)
The tags to assign to the playback configuration.
|
PutPlaybackConfigurationResult |
withTranscodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
PutPlaybackConfigurationResult |
withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the parent manifest 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 25,000 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 25,000 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 25,000 characters.
public PutPlaybackConfigurationResult 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 25,000 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 25,000 characters.public void setAvailSuppression(AvailSuppression availSuppression)
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
availSuppression
- The configuration for avail suppression, also known as ad suppression. For more information about ad
suppression, see Ad
Suppression.public AvailSuppression getAvailSuppression()
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
public PutPlaybackConfigurationResult withAvailSuppression(AvailSuppression availSuppression)
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
availSuppression
- The configuration for avail suppression, also known as ad suppression. For more information about ad
suppression, see Ad
Suppression.public void setBumper(Bumper bumper)
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
bumper
- The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the
end of an ad break. To learn more about bumpers, see Bumpers.public Bumper getBumper()
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
public PutPlaybackConfigurationResult withBumper(Bumper bumper)
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
bumper
- The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the
end of an ad break. To learn more about bumpers, see Bumpers.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 PutPlaybackConfigurationResult 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 Map<String,Map<String,String>> getConfigurationAliases()
The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
public void setConfigurationAliases(Map<String,Map<String,String>> configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
configurationAliases
- The player parameters and aliases used as dynamic variables during session initialization. For more
information, see Domain
Variables.public PutPlaybackConfigurationResult withConfigurationAliases(Map<String,Map<String,String>> configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
configurationAliases
- The player parameters and aliases used as dynamic variables during session initialization. For more
information, see Domain
Variables.public PutPlaybackConfigurationResult addConfigurationAliasesEntry(String key, Map<String,String> value)
public PutPlaybackConfigurationResult clearConfigurationAliasesEntries()
public void setDashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
dashConfiguration
- The configuration for DASH content.public DashConfiguration getDashConfiguration()
The configuration for DASH content.
public PutPlaybackConfigurationResult withDashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
dashConfiguration
- The configuration 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 PutPlaybackConfigurationResult withHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
hlsConfiguration
- The configuration for HLS content.public void setInsertionMode(String insertionMode)
The setting that controls whether players can use stitched or guided ad insertion. The default,
STITCHED_ONLY
, forces all player sessions to use stitched (server-side) ad insertion. Choosing
PLAYER_SELECT
allows players to select either stitched or guided ad insertion at
session-initialization time. The default for players that do not specify an insertion mode is stitched.
insertionMode
- The setting that controls whether players can use stitched or guided ad insertion. The default,
STITCHED_ONLY
, forces all player sessions to use stitched (server-side) ad insertion.
Choosing PLAYER_SELECT
allows players to select either stitched or guided ad insertion at
session-initialization time. The default for players that do not specify an insertion mode is stitched.InsertionMode
public String getInsertionMode()
The setting that controls whether players can use stitched or guided ad insertion. The default,
STITCHED_ONLY
, forces all player sessions to use stitched (server-side) ad insertion. Choosing
PLAYER_SELECT
allows players to select either stitched or guided ad insertion at
session-initialization time. The default for players that do not specify an insertion mode is stitched.
STITCHED_ONLY
, forces all player sessions to use stitched (server-side) ad insertion.
Choosing PLAYER_SELECT
allows players to select either stitched or guided ad insertion at
session-initialization time. The default for players that do not specify an insertion mode is stitched.InsertionMode
public PutPlaybackConfigurationResult withInsertionMode(String insertionMode)
The setting that controls whether players can use stitched or guided ad insertion. The default,
STITCHED_ONLY
, forces all player sessions to use stitched (server-side) ad insertion. Choosing
PLAYER_SELECT
allows players to select either stitched or guided ad insertion at
session-initialization time. The default for players that do not specify an insertion mode is stitched.
insertionMode
- The setting that controls whether players can use stitched or guided ad insertion. The default,
STITCHED_ONLY
, forces all player sessions to use stitched (server-side) ad insertion.
Choosing PLAYER_SELECT
allows players to select either stitched or guided ad insertion at
session-initialization time. The default for players that do not specify an insertion mode is stitched.InsertionMode
public PutPlaybackConfigurationResult withInsertionMode(InsertionMode insertionMode)
The setting that controls whether players can use stitched or guided ad insertion. The default,
STITCHED_ONLY
, forces all player sessions to use stitched (server-side) ad insertion. Choosing
PLAYER_SELECT
allows players to select either stitched or guided ad insertion at
session-initialization time. The default for players that do not specify an insertion mode is stitched.
insertionMode
- The setting that controls whether players can use stitched or guided ad insertion. The default,
STITCHED_ONLY
, forces all player sessions to use stitched (server-side) ad insertion.
Choosing PLAYER_SELECT
allows players to select either stitched or guided ad insertion at
session-initialization time. The default for players that do not specify an insertion mode is stitched.InsertionMode
public void setLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
livePreRollConfiguration
- The configuration for pre-roll ad insertion.public LivePreRollConfiguration getLivePreRollConfiguration()
The configuration for pre-roll ad insertion.
public PutPlaybackConfigurationResult withLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
livePreRollConfiguration
- The configuration for pre-roll ad insertion.public void setLogConfiguration(LogConfiguration logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
logConfiguration
- The Amazon CloudWatch log settings for a playback configuration.public LogConfiguration getLogConfiguration()
The Amazon CloudWatch log settings for a playback configuration.
public PutPlaybackConfigurationResult withLogConfiguration(LogConfiguration logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
logConfiguration
- The Amazon CloudWatch log settings for a playback configuration.public void setManifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
manifestProcessingRules
- The configuration for manifest processing rules. Manifest processing rules enable customization of the
personalized manifests created by MediaTailor.public ManifestProcessingRules getManifestProcessingRules()
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
public PutPlaybackConfigurationResult withManifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
manifestProcessingRules
- The configuration for manifest processing rules. Manifest processing rules enable customization of the
personalized manifests created by MediaTailor.public void setName(String name)
The identifier for the playback configuration.
name
- The identifier for the playback configuration.public String getName()
The identifier for the playback configuration.
public PutPlaybackConfigurationResult withName(String name)
The identifier for the playback configuration.
name
- The identifier for the playback configuration.public void setPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.
personalizationThresholdSeconds
- Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration
of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is
abandoned and the underlying content is shown. This feature applies to ad replacement in live and
VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more
information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental
MediaTailor.public Integer getPersonalizationThresholdSeconds()
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.
public PutPlaybackConfigurationResult withPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.
personalizationThresholdSeconds
- Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration
of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is
abandoned and the underlying content is shown. This feature applies to ad replacement in live and
VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more
information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental
MediaTailor.public void setPlaybackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) associated with the playback configuration.
playbackConfigurationArn
- The Amazon Resource Name (ARN) associated with the playback configuration.public String getPlaybackConfigurationArn()
The Amazon Resource Name (ARN) associated with the playback configuration.
public PutPlaybackConfigurationResult withPlaybackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) associated with the playback configuration.
playbackConfigurationArn
- The Amazon Resource Name (ARN) associated with the playback configuration.public void setPlaybackEndpointPrefix(String playbackEndpointPrefix)
The playback endpoint prefix associated with the playback configuration.
playbackEndpointPrefix
- The playback endpoint prefix associated with the playback configuration.public String getPlaybackEndpointPrefix()
The playback endpoint prefix associated with the playback configuration.
public PutPlaybackConfigurationResult withPlaybackEndpointPrefix(String playbackEndpointPrefix)
The playback endpoint prefix associated with the playback configuration.
playbackEndpointPrefix
- The playback endpoint prefix associated with the playback configuration.public void setSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The session initialization endpoint prefix associated with the playback configuration.
sessionInitializationEndpointPrefix
- The session initialization endpoint prefix associated with the playback configuration.public String getSessionInitializationEndpointPrefix()
The session initialization endpoint prefix associated with the playback configuration.
public PutPlaybackConfigurationResult withSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The session initialization endpoint prefix associated with the playback configuration.
sessionInitializationEndpointPrefix
- The session initialization endpoint prefix associated with the playback configuration.public void setSlateAdUrl(String slateAdUrl)
The 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 MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
slateAdUrl
- The 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 MediaTailor provides it in the
slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains
both audio and video.public String getSlateAdUrl()
The 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 MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
public PutPlaybackConfigurationResult withSlateAdUrl(String slateAdUrl)
The 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 MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
slateAdUrl
- The 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 MediaTailor provides it in the
slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains
both audio and video.public Map<String,String> getTags()
The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
public void setTags(Map<String,String> tags)
The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags
- The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with
Amazon resources to help with organization, access control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor
Resources.public PutPlaybackConfigurationResult withTags(Map<String,String> tags)
The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags
- The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with
Amazon resources to help with organization, access control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor
Resources.public PutPlaybackConfigurationResult addTagsEntry(String key, String value)
public PutPlaybackConfigurationResult clearTagsEntries()
public void setTranscodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
transcodeProfileName
- The name that is used to associate this playback configuration with a custom transcode profile. This
overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom
profiles with the help of AWS Support.public String getTranscodeProfileName()
The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
public PutPlaybackConfigurationResult withTranscodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
transcodeProfileName
- The name that is used to associate this playback configuration with a custom transcode profile. This
overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom
profiles with the help of AWS Support.public void setVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
videoContentSourceUrl
- The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512
characters.public String getVideoContentSourceUrl()
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
public PutPlaybackConfigurationResult withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
videoContentSourceUrl
- The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512
characters.public String toString()
toString
in class Object
Object.toString()
public PutPlaybackConfigurationResult clone()