@Generated(value="software.amazon.awssdk:codegen") public final class PutPlaybackConfigurationRequest extends MediaTailorRequest implements ToCopyableBuilder<PutPlaybackConfigurationRequest.Builder,PutPlaybackConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutPlaybackConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
adDecisionServerUrl()
The URL for the ad decision server (ADS).
|
AvailSuppression |
availSuppression()
The configuration for avail suppression, also known as ad suppression.
|
static PutPlaybackConfigurationRequest.Builder |
builder() |
Bumper |
bumper()
The configuration for bumpers.
|
CdnConfiguration |
cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
Map<String,Map<String,String>> |
configurationAliases()
The player parameters and aliases used as dynamic variables during session initialization.
|
DashConfigurationForPut |
dashConfiguration()
The configuration for DASH content.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasConfigurationAliases()
For responses, this returns true if the service returned a value for the ConfigurationAliases property.
|
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
LivePreRollConfiguration |
livePreRollConfiguration()
The configuration for pre-roll ad insertion.
|
ManifestProcessingRules |
manifestProcessingRules()
The configuration for manifest processing rules.
|
String |
name()
The identifier for the playback configuration.
|
Integer |
personalizationThresholdSeconds()
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutPlaybackConfigurationRequest.Builder> |
serializableBuilderClass() |
String |
slateAdUrl()
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> |
tags()
The tags to assign to the playback configuration.
|
PutPlaybackConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transcodeProfileName()
The name that is used to associate this playback configuration with a custom transcode profile.
|
String |
videoContentSourceUrl()
The URL prefix for the parent manifest for the stream, minus the asset ID.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final AvailSuppression availSuppression()
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
public final 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.
public final CdnConfiguration cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
public final boolean hasConfigurationAliases()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,Map<String,String>> configurationAliases()
The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasConfigurationAliases() method.
public final DashConfigurationForPut dashConfiguration()
The configuration for DASH content.
public final LivePreRollConfiguration livePreRollConfiguration()
The configuration for pre-roll ad insertion.
public final ManifestProcessingRules manifestProcessingRules()
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
public final String name()
The identifier for the playback configuration.
public final 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.
public final 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.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final 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.
public final String videoContentSourceUrl()
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
public PutPlaybackConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutPlaybackConfigurationRequest.Builder,PutPlaybackConfigurationRequest>toBuilder in class MediaTailorRequestpublic static PutPlaybackConfigurationRequest.Builder builder()
public static Class<? extends PutPlaybackConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.