PrefetchSchedule.Builder |
PrefetchSchedule.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the prefetch schedule.
|
static PrefetchSchedule.Builder |
PrefetchSchedule.builder() |
|
default PrefetchSchedule.Builder |
PrefetchSchedule.Builder.consumption(Consumer<PrefetchConsumption.Builder> consumption) |
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
PrefetchSchedule.Builder |
PrefetchSchedule.Builder.consumption(PrefetchConsumption consumption) |
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
PrefetchSchedule.Builder |
PrefetchSchedule.Builder.name(String name) |
The name of the prefetch schedule.
|
PrefetchSchedule.Builder |
PrefetchSchedule.Builder.playbackConfigurationName(String playbackConfigurationName) |
The name of the playback configuration to create the prefetch schedule for.
|
default PrefetchSchedule.Builder |
PrefetchSchedule.Builder.retrieval(Consumer<PrefetchRetrieval.Builder> retrieval) |
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
PrefetchSchedule.Builder |
PrefetchSchedule.Builder.retrieval(PrefetchRetrieval retrieval) |
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
PrefetchSchedule.Builder |
PrefetchSchedule.Builder.streamId(String streamId) |
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the
same playback configuration.
|
PrefetchSchedule.Builder |
PrefetchSchedule.toBuilder() |
|