public static interface GetPlaybackConfigurationResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<GetPlaybackConfigurationResponse.Builder,GetPlaybackConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
GetPlaybackConfigurationResponse.Builder |
adDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
GetPlaybackConfigurationResponse.Builder |
cdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad
segment management.
|
default GetPlaybackConfigurationResponse.Builder |
cdnConfiguration(Consumer<CdnConfiguration.Builder> cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad
segment management.
|
default GetPlaybackConfigurationResponse.Builder |
dashConfiguration(Consumer<DashConfiguration.Builder> dashConfiguration)
The configuration object for DASH content.
|
GetPlaybackConfigurationResponse.Builder |
dashConfiguration(DashConfiguration dashConfiguration)
The configuration object for DASH content.
|
default GetPlaybackConfigurationResponse.Builder |
hlsConfiguration(Consumer<HlsConfiguration.Builder> hlsConfiguration)
The configuration for HLS content.
|
GetPlaybackConfigurationResponse.Builder |
hlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
GetPlaybackConfigurationResponse.Builder |
name(String name)
The identifier for the configuration.
|
GetPlaybackConfigurationResponse.Builder |
playbackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
GetPlaybackConfigurationResponse.Builder |
sessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
|
GetPlaybackConfigurationResponse.Builder |
slateAdUrl(String slateAdUrl)
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
GetPlaybackConfigurationResponse.Builder |
transcodeProfileName(String transcodeProfileName)
Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic
transcoding defaults.
|
GetPlaybackConfigurationResponse.Builder |
videoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetPlaybackConfigurationResponse.Builder adDecisionServerUrl(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.
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.GetPlaybackConfigurationResponse.Builder cdnConfiguration(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.default GetPlaybackConfigurationResponse.Builder cdnConfiguration(Consumer<CdnConfiguration.Builder> cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
This is a convenience that creates an instance of theCdnConfiguration.Builder
avoiding the need to
create one manually via CdnConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to cdnConfiguration(CdnConfiguration)
.cdnConfiguration
- a consumer that will call methods on CdnConfiguration.Builder
cdnConfiguration(CdnConfiguration)
GetPlaybackConfigurationResponse.Builder dashConfiguration(DashConfiguration dashConfiguration)
The configuration object for DASH content.
dashConfiguration
- The configuration object for DASH content.default GetPlaybackConfigurationResponse.Builder dashConfiguration(Consumer<DashConfiguration.Builder> dashConfiguration)
The configuration object for DASH content.
This is a convenience that creates an instance of theDashConfiguration.Builder
avoiding the need to
create one manually via DashConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to dashConfiguration(DashConfiguration)
.dashConfiguration
- a consumer that will call methods on DashConfiguration.Builder
dashConfiguration(DashConfiguration)
GetPlaybackConfigurationResponse.Builder hlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
hlsConfiguration
- The configuration for HLS content.default GetPlaybackConfigurationResponse.Builder hlsConfiguration(Consumer<HlsConfiguration.Builder> hlsConfiguration)
The configuration for HLS content.
This is a convenience that creates an instance of theHlsConfiguration.Builder
avoiding the need to
create one manually via HlsConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to hlsConfiguration(HlsConfiguration)
.hlsConfiguration
- a consumer that will call methods on HlsConfiguration.Builder
hlsConfiguration(HlsConfiguration)
GetPlaybackConfigurationResponse.Builder name(String name)
The identifier for the configuration.
name
- The identifier for the configuration.GetPlaybackConfigurationResponse.Builder playbackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
playbackEndpointPrefix
- The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will
use server-side reporting.GetPlaybackConfigurationResponse.Builder sessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
sessionInitializationEndpointPrefix
- The URL that the player uses to initialize a session that uses client-side reporting.GetPlaybackConfigurationResponse.Builder slateAdUrl(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.
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.GetPlaybackConfigurationResponse.Builder transcodeProfileName(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.
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.GetPlaybackConfigurationResponse.Builder videoContentSourceUrl(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.