@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).
|
static PutPlaybackConfigurationRequest.Builder |
builder() |
CdnConfiguration |
cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
DashConfigurationForPut |
dashConfiguration()
The configuration for DASH content.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The identifier for the playback configuration.
|
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 master playlist for the stream, minus the asset ID.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 CdnConfiguration cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
public DashConfigurationForPut dashConfiguration()
The configuration for DASH content.
public String name()
The identifier for the playback configuration.
public 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 Map<String,String> tags()
The tags to assign to the playback configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public 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 String videoContentSourceUrl()
The URL prefix for the master playlist 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.