public static interface PlaybackConfiguration.Builder extends SdkPojo, CopyableBuilder<PlaybackConfiguration.Builder,PlaybackConfiguration>
| Modifier and Type | Method and Description |
|---|---|
PlaybackConfiguration.Builder |
adDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PlaybackConfiguration.Builder |
availSuppression(AvailSuppression availSuppression)
The configuration for Avail Suppression.
|
default PlaybackConfiguration.Builder |
availSuppression(Consumer<AvailSuppression.Builder> availSuppression)
The configuration for Avail Suppression.
|
PlaybackConfiguration.Builder |
bumper(Bumper bumper)
The configuration for bumpers.
|
default PlaybackConfiguration.Builder |
bumper(Consumer<Bumper.Builder> bumper)
The configuration for bumpers.
|
PlaybackConfiguration.Builder |
cdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad
segment management.
|
default PlaybackConfiguration.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 PlaybackConfiguration.Builder |
dashConfiguration(Consumer<DashConfiguration.Builder> dashConfiguration)
The configuration for DASH content.
|
PlaybackConfiguration.Builder |
dashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
|
default PlaybackConfiguration.Builder |
hlsConfiguration(Consumer<HlsConfiguration.Builder> hlsConfiguration)
The configuration for HLS content.
|
PlaybackConfiguration.Builder |
hlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
PlaybackConfiguration.Builder |
name(String name)
The identifier for the playback configuration.
|
PlaybackConfiguration.Builder |
personalizationThresholdSeconds(Integer personalizationThresholdSeconds)
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
PlaybackConfiguration.Builder |
playbackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) for the playback configuration.
|
PlaybackConfiguration.Builder |
playbackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
PlaybackConfiguration.Builder |
sessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
|
PlaybackConfiguration.Builder |
slateAdUrl(String slateAdUrl)
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
PlaybackConfiguration.Builder |
tags(Map<String,String> tags)
The tags assigned to the playback configuration.
|
PlaybackConfiguration.Builder |
transcodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
PlaybackConfiguration.Builder |
videoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlaybackConfiguration.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 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.PlaybackConfiguration.Builder availSuppression(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.default PlaybackConfiguration.Builder availSuppression(Consumer<AvailSuppression.Builder> 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.
This is a convenience that creates an instance of theAvailSuppression.Builder avoiding the need to
create one manually via AvailSuppression.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to availSuppression(AvailSuppression).availSuppression - a consumer that will call methods on AvailSuppression.BuilderavailSuppression(AvailSuppression)PlaybackConfiguration.Builder bumper(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.default PlaybackConfiguration.Builder bumper(Consumer<Bumper.Builder> 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.
This is a convenience that creates an instance of theBumper.Builder avoiding the need to create one
manually via Bumper.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to bumper(Bumper).bumper - a consumer that will call methods on Bumper.Builderbumper(Bumper)PlaybackConfiguration.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 PlaybackConfiguration.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.BuildercdnConfiguration(CdnConfiguration)PlaybackConfiguration.Builder dashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
dashConfiguration - The configuration for DASH content.default PlaybackConfiguration.Builder dashConfiguration(Consumer<DashConfiguration.Builder> dashConfiguration)
The configuration 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.BuilderdashConfiguration(DashConfiguration)PlaybackConfiguration.Builder hlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
hlsConfiguration - The configuration for HLS content.default PlaybackConfiguration.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.BuilderhlsConfiguration(HlsConfiguration)PlaybackConfiguration.Builder name(String name)
The identifier for the playback configuration.
name - The identifier for the playback configuration.PlaybackConfiguration.Builder playbackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) for the playback configuration.
playbackConfigurationArn - The Amazon Resource Name (ARN) for the playback configuration.PlaybackConfiguration.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.PlaybackConfiguration.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.PlaybackConfiguration.Builder slateAdUrl(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 playback configurations. For VPAID, the slate is required because 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 - 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 playback configurations. For VPAID, the slate is required because 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.PlaybackConfiguration.Builder tags(Map<String,String> tags)
The tags assigned to the playback configuration.
tags - The tags assigned to the playback configuration.PlaybackConfiguration.Builder transcodeProfileName(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.PlaybackConfiguration.Builder personalizationThresholdSeconds(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.PlaybackConfiguration.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 © 2020. All rights reserved.