| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
PrefetchConsumption.Builder |
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 |
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 |
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. |
static PrefetchConsumption.Builder |
PrefetchConsumption.builder() |
PrefetchConsumption.Builder |
PrefetchConsumption.Builder.endTime(Instant endTime)
The time when MediaTailor no longer considers the prefetched ads for use in an ad break.
|
PrefetchConsumption.Builder |
PrefetchConsumption.Builder.startTime(Instant startTime)
The time when prefetched ads are considered for use in an ad break.
|
PrefetchConsumption.Builder |
PrefetchConsumption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PrefetchConsumption.Builder> |
PrefetchConsumption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PrefetchSchedule.Builder |
PrefetchSchedule.Builder.consumption(Consumer<PrefetchConsumption.Builder> consumption)
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
default CreatePrefetchScheduleResponse.Builder |
CreatePrefetchScheduleResponse.Builder.consumption(Consumer<PrefetchConsumption.Builder> consumption)
The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision
server.
|
default GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.Builder.consumption(Consumer<PrefetchConsumption.Builder> consumption)
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
default CreatePrefetchScheduleRequest.Builder |
CreatePrefetchScheduleRequest.Builder.consumption(Consumer<PrefetchConsumption.Builder> consumption)
The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision
server.
|
Copyright © 2023. All rights reserved.