@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutPlaybackConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutPlaybackConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
PutPlaybackConfigurationRequest |
addConfigurationAliasesEntry(String key,
Map<String,String> value)
Add a single ConfigurationAliases entry
|
PutPlaybackConfigurationRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutPlaybackConfigurationRequest |
clearConfigurationAliasesEntries()
Removes all the entries added into ConfigurationAliases.
|
PutPlaybackConfigurationRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
PutPlaybackConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAdDecisionServerUrl()
The URL for the ad decision server (ADS).
|
AvailSuppression |
getAvailSuppression()
The configuration for Avail 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()
Predefined aliases for dynamic variables.
|
DashConfigurationForPut |
getDashConfiguration()
The configuration for DASH content.
|
LivePreRollConfiguration |
getLivePreRollConfiguration()
The configuration for pre-roll ad insertion.
|
ManifestProcessingRules |
getManifestProcessingRules()
The configuration for manifest processing rules.
|
String |
getName()
The identifier for the playback configuration.
|
Integer |
getPersonalizationThresholdSeconds()
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
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 master playlist 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.
|
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)
Predefined aliases for dynamic variables.
|
void |
setDashConfiguration(DashConfigurationForPut dashConfiguration)
The configuration for DASH content.
|
void |
setLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
void |
setManifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules.
|
void |
setName(String name)
The identifier for the playback configuration.
|
void |
setPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
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 master playlist for the stream, minus the asset ID.
|
String |
toString()
Returns a string representation of this object.
|
PutPlaybackConfigurationRequest |
withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PutPlaybackConfigurationRequest |
withAvailSuppression(AvailSuppression availSuppression)
The configuration for Avail Suppression.
|
PutPlaybackConfigurationRequest |
withBumper(Bumper bumper)
The configuration for bumpers.
|
PutPlaybackConfigurationRequest |
withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
PutPlaybackConfigurationRequest |
withConfigurationAliases(Map<String,Map<String,String>> configurationAliases)
Predefined aliases for dynamic variables.
|
PutPlaybackConfigurationRequest |
withDashConfiguration(DashConfigurationForPut dashConfiguration)
The configuration for DASH content.
|
PutPlaybackConfigurationRequest |
withLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
PutPlaybackConfigurationRequest |
withManifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules.
|
PutPlaybackConfigurationRequest |
withName(String name)
The identifier for the playback configuration.
|
PutPlaybackConfigurationRequest |
withPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
PutPlaybackConfigurationRequest |
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.
|
PutPlaybackConfigurationRequest |
withTags(Map<String,String> tags)
The tags to assign to the playback configuration.
|
PutPlaybackConfigurationRequest |
withTranscodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
PutPlaybackConfigurationRequest |
withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 PutPlaybackConfigurationRequest 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. Ad suppression can be used to turn off ad personalization in a long manifest, or if a viewer joins mid-break.
availSuppression
- The configuration for Avail Suppression. Ad suppression can be used to turn off ad personalization in a
long manifest, or if a viewer joins mid-break.public AvailSuppression getAvailSuppression()
The configuration for Avail Suppression. Ad suppression can be used to turn off ad personalization in a long manifest, or if a viewer joins mid-break.
public PutPlaybackConfigurationRequest withAvailSuppression(AvailSuppression availSuppression)
The configuration for Avail Suppression. Ad suppression can be used to turn off ad personalization in a long manifest, or if a viewer joins mid-break.
availSuppression
- The configuration for Avail Suppression. Ad suppression can be used to turn off ad personalization in a
long manifest, or if a viewer joins mid-break.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.
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.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.
public PutPlaybackConfigurationRequest 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.
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.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 PutPlaybackConfigurationRequest 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()
Predefined aliases for dynamic variables.
public void setConfigurationAliases(Map<String,Map<String,String>> configurationAliases)
Predefined aliases for dynamic variables.
configurationAliases
- Predefined aliases for dynamic variables.public PutPlaybackConfigurationRequest withConfigurationAliases(Map<String,Map<String,String>> configurationAliases)
Predefined aliases for dynamic variables.
configurationAliases
- Predefined aliases for dynamic variables.public PutPlaybackConfigurationRequest addConfigurationAliasesEntry(String key, Map<String,String> value)
public PutPlaybackConfigurationRequest clearConfigurationAliasesEntries()
public void setDashConfiguration(DashConfigurationForPut dashConfiguration)
The configuration for DASH content.
dashConfiguration
- The configuration for DASH content.public DashConfigurationForPut getDashConfiguration()
The configuration for DASH content.
public PutPlaybackConfigurationRequest withDashConfiguration(DashConfigurationForPut dashConfiguration)
The configuration for DASH content.
dashConfiguration
- The configuration for DASH content.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 PutPlaybackConfigurationRequest withLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
livePreRollConfiguration
- The configuration for pre-roll ad insertion.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 PutPlaybackConfigurationRequest 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 PutPlaybackConfigurationRequest withName(String name)
The identifier for the playback configuration.
name
- The identifier for the playback configuration.public void setPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
personalizationThresholdSeconds
- The maximum duration of underfilled ad time (in seconds) allowed in an ad break.public Integer getPersonalizationThresholdSeconds()
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
public PutPlaybackConfigurationRequest withPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
personalizationThresholdSeconds
- The maximum duration of underfilled ad time (in seconds) allowed in an ad break.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 PutPlaybackConfigurationRequest 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.
public void setTags(Map<String,String> tags)
The tags to assign to the playback configuration.
tags
- The tags to assign to the playback configuration.public PutPlaybackConfigurationRequest withTags(Map<String,String> tags)
The tags to assign to the playback configuration.
tags
- The tags to assign to the playback configuration.public PutPlaybackConfigurationRequest addTagsEntry(String key, String value)
public PutPlaybackConfigurationRequest 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 PutPlaybackConfigurationRequest 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 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 PutPlaybackConfigurationRequest 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 PutPlaybackConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()