@Generated(value="software.amazon.awssdk:codegen") public final class PrefetchSchedule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrefetchSchedule.Builder,PrefetchSchedule>
A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrefetchSchedule.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the prefetch schedule.
|
static PrefetchSchedule.Builder |
builder() |
PrefetchConsumption |
consumption()
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the prefetch schedule.
|
String |
playbackConfigurationName()
The name of the playback configuration to create the prefetch schedule for.
|
PrefetchRetrieval |
retrieval()
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PrefetchSchedule.Builder> |
serializableBuilderClass() |
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 |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the prefetch schedule.
public final PrefetchConsumption consumption()
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
public final String name()
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
public final String playbackConfigurationName()
The name of the playback configuration to create the prefetch schedule for.
public final PrefetchRetrieval retrieval()
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
public final String streamId()
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
public PrefetchSchedule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PrefetchSchedule.Builder,PrefetchSchedule>public static PrefetchSchedule.Builder builder()
public static Class<? extends PrefetchSchedule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.