@Generated(value="software.amazon.awssdk:codegen") public final class PutPlaybackConfigurationResponse extends MediaTailorResponse implements ToCopyableBuilder<PutPlaybackConfigurationResponse.Builder,PutPlaybackConfigurationResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
PutPlaybackConfigurationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
adDecisionServerUrl()
The URL for the ad decision server (ADS).
|
static PutPlaybackConfigurationResponse.Builder |
builder() |
CdnConfiguration |
cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
DashConfiguration |
dashConfiguration()
The configuration object for DASH content.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
int |
hashCode() |
HlsConfiguration |
hlsConfiguration()
The configuration for HLS content.
|
String |
name()
The identifier for the configuration.
|
String |
playbackEndpointPrefix()
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutPlaybackConfigurationResponse.Builder> |
serializableBuilderClass() |
String |
sessionInitializationEndpointPrefix()
The URL that the player uses to initialize a session that uses client-side reporting.
|
String |
slateAdUrl()
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
PutPlaybackConfigurationResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
transcodeProfileName()
Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic
transcoding defaults.
|
String |
videoContentSourceUrl()
The URL prefix for the master playlist for the stream, minus the asset ID.
|
responseMetadata
sdkHttpResponse
copy
public 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.
public CdnConfiguration cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
public DashConfiguration dashConfiguration()
The configuration object for DASH content.
public HlsConfiguration hlsConfiguration()
The configuration for HLS content.
public String name()
The identifier for the configuration.
public String playbackEndpointPrefix()
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
public String sessionInitializationEndpointPrefix()
The URL that the player uses to initialize a session that uses client-side reporting.
public 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.
public 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.
public String videoContentSourceUrl()
The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512 characters.
public PutPlaybackConfigurationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutPlaybackConfigurationResponse.Builder,PutPlaybackConfigurationResponse>
toBuilder
in class AwsResponse
public static PutPlaybackConfigurationResponse.Builder builder()
public static Class<? extends PutPlaybackConfigurationResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.