public static interface PutPlaybackConfigurationResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<PutPlaybackConfigurationResponse.Builder,PutPlaybackConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
PutPlaybackConfigurationResponse.Builder |
adDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PutPlaybackConfigurationResponse.Builder |
availSuppression(AvailSuppression availSuppression)
The configuration for avail suppression, also known as ad suppression.
|
default PutPlaybackConfigurationResponse.Builder |
availSuppression(Consumer<AvailSuppression.Builder> availSuppression)
The configuration for avail suppression, also known as ad suppression.
|
PutPlaybackConfigurationResponse.Builder |
bumper(Bumper bumper)
The configuration for bumpers.
|
default PutPlaybackConfigurationResponse.Builder |
bumper(Consumer<Bumper.Builder> bumper)
The configuration for bumpers.
|
PutPlaybackConfigurationResponse.Builder |
cdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad
segment management.
|
default PutPlaybackConfigurationResponse.Builder |
cdnConfiguration(Consumer<CdnConfiguration.Builder> cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad
segment management.
|
PutPlaybackConfigurationResponse.Builder |
configurationAliases(Map<String,? extends Map<String,String>> configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization.
|
default PutPlaybackConfigurationResponse.Builder |
dashConfiguration(Consumer<DashConfiguration.Builder> dashConfiguration)
The configuration for DASH content.
|
PutPlaybackConfigurationResponse.Builder |
dashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
|
default PutPlaybackConfigurationResponse.Builder |
hlsConfiguration(Consumer<HlsConfiguration.Builder> hlsConfiguration)
The configuration for HLS content.
|
PutPlaybackConfigurationResponse.Builder |
hlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
default PutPlaybackConfigurationResponse.Builder |
livePreRollConfiguration(Consumer<LivePreRollConfiguration.Builder> livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
PutPlaybackConfigurationResponse.Builder |
livePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
default PutPlaybackConfigurationResponse.Builder |
logConfiguration(Consumer<LogConfiguration.Builder> logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
|
PutPlaybackConfigurationResponse.Builder |
logConfiguration(LogConfiguration logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
|
default PutPlaybackConfigurationResponse.Builder |
manifestProcessingRules(Consumer<ManifestProcessingRules.Builder> manifestProcessingRules)
The configuration for manifest processing rules.
|
PutPlaybackConfigurationResponse.Builder |
manifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules.
|
PutPlaybackConfigurationResponse.Builder |
name(String name)
The identifier for the playback configuration.
|
PutPlaybackConfigurationResponse.Builder |
personalizationThresholdSeconds(Integer personalizationThresholdSeconds)
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
PutPlaybackConfigurationResponse.Builder |
playbackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) associated with the playback configuration.
|
PutPlaybackConfigurationResponse.Builder |
playbackEndpointPrefix(String playbackEndpointPrefix)
The playback endpoint prefix associated with the playback configuration.
|
PutPlaybackConfigurationResponse.Builder |
sessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The session initialization endpoint prefix associated with the playback configuration.
|
PutPlaybackConfigurationResponse.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.
|
PutPlaybackConfigurationResponse.Builder |
tags(Map<String,String> tags)
The tags to assign to the playback configuration.
|
PutPlaybackConfigurationResponse.Builder |
transcodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
PutPlaybackConfigurationResponse.Builder |
videoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the parent manifest for the stream, minus the asset ID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutPlaybackConfigurationResponse.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.PutPlaybackConfigurationResponse.Builder availSuppression(AvailSuppression availSuppression)
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
availSuppression - The configuration for avail suppression, also known as ad suppression. For more information about ad
suppression, see Ad
Suppression.default PutPlaybackConfigurationResponse.Builder availSuppression(Consumer<AvailSuppression.Builder> availSuppression)
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
This is a convenience method 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)PutPlaybackConfigurationResponse.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. To learn more about bumpers, see Bumpers.
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.default PutPlaybackConfigurationResponse.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. To learn more about bumpers, see Bumpers.
This is a convenience method 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)PutPlaybackConfigurationResponse.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 PutPlaybackConfigurationResponse.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 method 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)PutPlaybackConfigurationResponse.Builder configurationAliases(Map<String,? extends Map<String,String>> configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
configurationAliases - The player parameters and aliases used as dynamic variables during session initialization. For more
information, see Domain Variables.PutPlaybackConfigurationResponse.Builder dashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
dashConfiguration - The configuration for DASH content.default PutPlaybackConfigurationResponse.Builder dashConfiguration(Consumer<DashConfiguration.Builder> dashConfiguration)
The configuration for DASH content.
This is a convenience method 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)PutPlaybackConfigurationResponse.Builder hlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
hlsConfiguration - The configuration for HLS content.default PutPlaybackConfigurationResponse.Builder hlsConfiguration(Consumer<HlsConfiguration.Builder> hlsConfiguration)
The configuration for HLS content.
This is a convenience method 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)PutPlaybackConfigurationResponse.Builder livePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
livePreRollConfiguration - The configuration for pre-roll ad insertion.default PutPlaybackConfigurationResponse.Builder livePreRollConfiguration(Consumer<LivePreRollConfiguration.Builder> livePreRollConfiguration)
The configuration for pre-roll ad insertion.
This is a convenience method that creates an instance of theLivePreRollConfiguration.Builder
avoiding the need to create one manually via LivePreRollConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to livePreRollConfiguration(LivePreRollConfiguration).
livePreRollConfiguration - a consumer that will call methods on LivePreRollConfiguration.BuilderlivePreRollConfiguration(LivePreRollConfiguration)PutPlaybackConfigurationResponse.Builder logConfiguration(LogConfiguration logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
logConfiguration - The Amazon CloudWatch log settings for a playback configuration.default PutPlaybackConfigurationResponse.Builder logConfiguration(Consumer<LogConfiguration.Builder> logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
This is a convenience method that creates an instance of theLogConfiguration.Builder avoiding the
need to create one manually via LogConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to logConfiguration(LogConfiguration).
logConfiguration - a consumer that will call methods on LogConfiguration.BuilderlogConfiguration(LogConfiguration)PutPlaybackConfigurationResponse.Builder manifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
manifestProcessingRules - The configuration for manifest processing rules. Manifest processing rules enable customization of the
personalized manifests created by MediaTailor.default PutPlaybackConfigurationResponse.Builder manifestProcessingRules(Consumer<ManifestProcessingRules.Builder> manifestProcessingRules)
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
This is a convenience method that creates an instance of theManifestProcessingRules.Builder avoiding
the need to create one manually via ManifestProcessingRules.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to manifestProcessingRules(ManifestProcessingRules).
manifestProcessingRules - a consumer that will call methods on ManifestProcessingRules.BuildermanifestProcessingRules(ManifestProcessingRules)PutPlaybackConfigurationResponse.Builder name(String name)
The identifier for the playback configuration.
name - The identifier for the playback configuration.PutPlaybackConfigurationResponse.Builder personalizationThresholdSeconds(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.
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.PutPlaybackConfigurationResponse.Builder playbackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) associated with the playback configuration.
playbackConfigurationArn - The Amazon Resource Name (ARN) associated with the playback configuration.PutPlaybackConfigurationResponse.Builder playbackEndpointPrefix(String playbackEndpointPrefix)
The playback endpoint prefix associated with the playback configuration.
playbackEndpointPrefix - The playback endpoint prefix associated with the playback configuration.PutPlaybackConfigurationResponse.Builder sessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The session initialization endpoint prefix associated with the playback configuration.
sessionInitializationEndpointPrefix - The session initialization endpoint prefix associated with the playback configuration.PutPlaybackConfigurationResponse.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 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.
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.PutPlaybackConfigurationResponse.Builder tags(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.
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.PutPlaybackConfigurationResponse.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.PutPlaybackConfigurationResponse.Builder videoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512
characters.Copyright © 2023. All rights reserved.