public static interface PrefetchRetrieval.Builder extends SdkPojo, CopyableBuilder<PrefetchRetrieval.Builder,PrefetchRetrieval>
| Modifier and Type | Method and Description |
|---|---|
PrefetchRetrieval.Builder |
dynamicVariables(Map<String,String> dynamicVariables)
The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).
|
PrefetchRetrieval.Builder |
endTime(Instant endTime)
The time when prefetch retrieval ends for the ad break.
|
PrefetchRetrieval.Builder |
startTime(Instant startTime)
The time when prefetch retrievals can start for this break.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrefetchRetrieval.Builder dynamicVariables(Map<String,String> dynamicVariables)
The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).
You initially configure dynamic
variables for the ADS URL when you set up your playback configuration. When you specify
DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic variables in the
request to the ADS.
dynamicVariables - The dynamic variables to use for substitution during prefetch requests to the ad decision server
(ADS).
You initially configure dynamic variables for the
ADS URL when you set up your playback configuration. When you specify DynamicVariables
for prefetch retrieval, MediaTailor includes the dynamic variables in the request to the ADS.
PrefetchRetrieval.Builder endTime(Instant endTime)
The time when prefetch retrieval ends for the ad break. Prefetching will be attempted for manifest requests that occur at or before this time.
endTime - The time when prefetch retrieval ends for the ad break. Prefetching will be attempted for manifest
requests that occur at or before this time.PrefetchRetrieval.Builder startTime(Instant startTime)
The time when prefetch retrievals can start for this break. Ad prefetching will be attempted for manifest requests that occur at or after this time. Defaults to the current time. If not specified, the prefetch retrieval starts as soon as possible.
startTime - The time when prefetch retrievals can start for this break. Ad prefetching will be attempted for
manifest requests that occur at or after this time. Defaults to the current time. If not specified,
the prefetch retrieval starts as soon as possible.Copyright © 2022. All rights reserved.