Uses of Interface
software.amazon.awssdk.services.mediatailor.model.PrefetchRetrieval.Builder
-
Packages that use PrefetchRetrieval.Builder Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of PrefetchRetrieval.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return PrefetchRetrieval.Builder Modifier and Type Method Description static PrefetchRetrieval.BuilderPrefetchRetrieval. builder()PrefetchRetrieval.BuilderPrefetchRetrieval.Builder. dynamicVariables(Map<String,String> dynamicVariables)The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).PrefetchRetrieval.BuilderPrefetchRetrieval.Builder. endTime(Instant endTime)The time when prefetch retrieval ends for the ad break.PrefetchRetrieval.BuilderPrefetchRetrieval.Builder. startTime(Instant startTime)The time when prefetch retrievals can start for this break.PrefetchRetrieval.BuilderPrefetchRetrieval. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type PrefetchRetrieval.Builder Modifier and Type Method Description static Class<? extends PrefetchRetrieval.Builder>PrefetchRetrieval. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type PrefetchRetrieval.Builder Modifier and Type Method Description default CreatePrefetchScheduleRequest.BuilderCreatePrefetchScheduleRequest.Builder. retrieval(Consumer<PrefetchRetrieval.Builder> retrieval)The configuration settings for retrieval of prefetched ads from the ad decision server.default CreatePrefetchScheduleResponse.BuilderCreatePrefetchScheduleResponse.Builder. retrieval(Consumer<PrefetchRetrieval.Builder> retrieval)The configuration settings for retrieval of prefetched ads from the ad decision server.default GetPrefetchScheduleResponse.BuilderGetPrefetchScheduleResponse.Builder. retrieval(Consumer<PrefetchRetrieval.Builder> retrieval)A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).default PrefetchSchedule.BuilderPrefetchSchedule.Builder. retrieval(Consumer<PrefetchRetrieval.Builder> retrieval)A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
-