public static interface PrefetchConsumption.Builder extends SdkPojo, CopyableBuilder<PrefetchConsumption.Builder,PrefetchConsumption>
| Modifier and Type | Method and Description |
|---|---|
PrefetchConsumption.Builder |
availMatchingCriteria(AvailMatchingCriteria... availMatchingCriteria)
If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic
variables, such as
scte.event_id, set the avail matching criteria. |
PrefetchConsumption.Builder |
availMatchingCriteria(Collection<AvailMatchingCriteria> availMatchingCriteria)
If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic
variables, such as
scte.event_id, set the avail matching criteria. |
PrefetchConsumption.Builder |
availMatchingCriteria(Consumer<AvailMatchingCriteria.Builder>... availMatchingCriteria)
If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic
variables, such as
scte.event_id, set the avail matching criteria. |
PrefetchConsumption.Builder |
endTime(Instant endTime)
The time when MediaTailor no longer considers the prefetched ads for use in an ad break.
|
PrefetchConsumption.Builder |
startTime(Instant startTime)
The time when prefetched ads are considered for use in an ad break.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrefetchConsumption.Builder availMatchingCriteria(Collection<AvailMatchingCriteria> availMatchingCriteria)
If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic
variables, such as scte.event_id, set the avail matching criteria.
availMatchingCriteria - If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific
dynamic variables, such as scte.event_id, set the avail matching criteria.PrefetchConsumption.Builder availMatchingCriteria(AvailMatchingCriteria... availMatchingCriteria)
If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic
variables, such as scte.event_id, set the avail matching criteria.
availMatchingCriteria - If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific
dynamic variables, such as scte.event_id, set the avail matching criteria.PrefetchConsumption.Builder availMatchingCriteria(Consumer<AvailMatchingCriteria.Builder>... availMatchingCriteria)
If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic
variables, such as scte.event_id, set the avail matching criteria.
AvailMatchingCriteria.Builder avoiding the need to
create one manually via
AvailMatchingCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #availMatchingCriteria(List.
availMatchingCriteria - a consumer that will call methods on
AvailMatchingCriteria.Builder#availMatchingCriteria(java.util.Collection) PrefetchConsumption.Builder endTime(Instant endTime)
The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor
automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to
manually delete the prefetch schedule, you can call DeletePrefetchSchedule.
endTime - The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor
automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to
manually delete the prefetch schedule, you can call DeletePrefetchSchedule.PrefetchConsumption.Builder startTime(Instant startTime)
The time when prefetched ads are considered for use in an ad break. If you don't specify
StartTime, the prefetched ads are available after MediaTailor retrives them from the ad decision
server.
startTime - The time when prefetched ads are considered for use in an ad break. If you don't specify
StartTime, the prefetched ads are available after MediaTailor retrives them from the ad
decision server.Copyright © 2022. All rights reserved.