public static interface PutPlaybackConfigurationRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<PutPlaybackConfigurationRequest.Builder,PutPlaybackConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutPlaybackConfigurationRequest.Builder |
adDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PutPlaybackConfigurationRequest.Builder |
cdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad
segment management.
|
default PutPlaybackConfigurationRequest.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 PutPlaybackConfigurationRequest.Builder |
dashConfiguration(Consumer<DashConfigurationForPut.Builder> dashConfiguration)
The configuration for DASH content.
|
PutPlaybackConfigurationRequest.Builder |
dashConfiguration(DashConfigurationForPut dashConfiguration)
The configuration for DASH content.
|
PutPlaybackConfigurationRequest.Builder |
name(String name)
The identifier for the playback configuration.
|
PutPlaybackConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutPlaybackConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutPlaybackConfigurationRequest.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.
|
PutPlaybackConfigurationRequest.Builder |
tags(Map<String,String> tags)
The tags to assign to the playback configuration.
|
PutPlaybackConfigurationRequest.Builder |
transcodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
PutPlaybackConfigurationRequest.Builder |
videoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutPlaybackConfigurationRequest.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.PutPlaybackConfigurationRequest.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 PutPlaybackConfigurationRequest.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)PutPlaybackConfigurationRequest.Builder dashConfiguration(DashConfigurationForPut dashConfiguration)
The configuration for DASH content.
dashConfiguration - The configuration for DASH content.default PutPlaybackConfigurationRequest.Builder dashConfiguration(Consumer<DashConfigurationForPut.Builder> dashConfiguration)
The configuration for DASH content.
This is a convenience that creates an instance of theDashConfigurationForPut.Builder avoiding the
need to create one manually via DashConfigurationForPut.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dashConfiguration(DashConfigurationForPut).dashConfiguration - a consumer that will call methods on DashConfigurationForPut.BuilderdashConfiguration(DashConfigurationForPut)PutPlaybackConfigurationRequest.Builder name(String name)
The identifier for the playback configuration.
name - The identifier for the playback configuration.PutPlaybackConfigurationRequest.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.PutPlaybackConfigurationRequest.Builder tags(Map<String,String> tags)
The tags to assign to the playback configuration.
tags - The tags to assign to the playback configuration.PutPlaybackConfigurationRequest.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.PutPlaybackConfigurationRequest.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.PutPlaybackConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutPlaybackConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.