Uses of Interface
software.amazon.awssdk.services.mediatailor.model.PrefetchConsumption.Builder
-
Packages that use PrefetchConsumption.Builder Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of PrefetchConsumption.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return PrefetchConsumption.Builder Modifier and Type Method Description PrefetchConsumption.BuilderPrefetchConsumption.Builder. availMatchingCriteria(Collection<AvailMatchingCriteria> availMatchingCriteria)If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such asscte.event_id, set the avail matching criteria.PrefetchConsumption.BuilderPrefetchConsumption.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 asscte.event_id, set the avail matching criteria.PrefetchConsumption.BuilderPrefetchConsumption.Builder. availMatchingCriteria(AvailMatchingCriteria... availMatchingCriteria)If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such asscte.event_id, set the avail matching criteria.static PrefetchConsumption.BuilderPrefetchConsumption. builder()PrefetchConsumption.BuilderPrefetchConsumption.Builder. endTime(Instant endTime)The time when MediaTailor no longer considers the prefetched ads for use in an ad break.PrefetchConsumption.BuilderPrefetchConsumption.Builder. startTime(Instant startTime)The time when prefetched ads are considered for use in an ad break.PrefetchConsumption.BuilderPrefetchConsumption. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type PrefetchConsumption.Builder Modifier and Type Method Description static Class<? extends PrefetchConsumption.Builder>PrefetchConsumption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type PrefetchConsumption.Builder Modifier and Type Method Description default CreatePrefetchScheduleRequest.BuilderCreatePrefetchScheduleRequest.Builder. consumption(Consumer<PrefetchConsumption.Builder> consumption)The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server.default CreatePrefetchScheduleResponse.BuilderCreatePrefetchScheduleResponse.Builder. consumption(Consumer<PrefetchConsumption.Builder> consumption)The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server.default GetPrefetchScheduleResponse.BuilderGetPrefetchScheduleResponse.Builder. consumption(Consumer<PrefetchConsumption.Builder> consumption)Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.default PrefetchSchedule.BuilderPrefetchSchedule.Builder. consumption(Consumer<PrefetchConsumption.Builder> consumption)Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
-