| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.adDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.availSuppression(AvailSuppression availSuppression)
The configuration for Avail Suppression.
|
default GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.availSuppression(Consumer<AvailSuppression.Builder> availSuppression)
The configuration for Avail Suppression.
|
static GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.builder() |
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.bumper(Bumper bumper)
The configuration for bumpers.
|
default GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.bumper(Consumer<Bumper.Builder> bumper)
The configuration for bumpers.
|
GetPlaybackConfigurationResponse.Builder |
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 |
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 |
GetPlaybackConfigurationResponse.Builder.dashConfiguration(Consumer<DashConfiguration.Builder> dashConfiguration)
The configuration for DASH content.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.dashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
|
default GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.hlsConfiguration(Consumer<HlsConfiguration.Builder> hlsConfiguration)
The configuration for HLS content.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.hlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
default GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.livePreRollConfiguration(Consumer<LivePreRollConfiguration.Builder> livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.livePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.name(String name)
The identifier for the playback configuration.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.personalizationThresholdSeconds(Integer personalizationThresholdSeconds)
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.playbackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) for the playback configuration.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.playbackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.sessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.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.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.tags(Map<String,String> tags)
The tags assigned to the playback configuration.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.toBuilder() |
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.transcodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
GetPlaybackConfigurationResponse.Builder |
GetPlaybackConfigurationResponse.Builder.videoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPlaybackConfigurationResponse.Builder> |
GetPlaybackConfigurationResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.