| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
AvailMatchingCriteria |
AvailMatchingCriteria.clone() |
AvailMatchingCriteria |
AvailMatchingCriteria.withDynamicVariable(String dynamicVariable)
The dynamic variable(s) that MediaTailor should use as avail matching criteria.
|
AvailMatchingCriteria |
AvailMatchingCriteria.withOperator(Operator operator)
For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.
|
AvailMatchingCriteria |
AvailMatchingCriteria.withOperator(String operator)
For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.
|
| Modifier and Type | Method and Description |
|---|---|
List<AvailMatchingCriteria> |
PrefetchConsumption.getAvailMatchingCriteria()
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.
|
| Modifier and Type | Method and Description |
|---|---|
PrefetchConsumption |
PrefetchConsumption.withAvailMatchingCriteria(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrefetchConsumption.setAvailMatchingCriteria(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 |
PrefetchConsumption.withAvailMatchingCriteria(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.
|
Copyright © 2022. All rights reserved.