GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the prefetch schedule.
|
static GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.builder() |
|
default GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.Builder.consumption(Consumer<PrefetchConsumption.Builder> consumption) |
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.Builder.consumption(PrefetchConsumption consumption) |
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.Builder.name(String name) |
The name of the prefetch schedule.
|
GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.Builder.playbackConfigurationName(String playbackConfigurationName) |
The name of the playback configuration to create the prefetch schedule for.
|
default GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.Builder.retrieval(Consumer<PrefetchRetrieval.Builder> retrieval) |
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.Builder.retrieval(PrefetchRetrieval retrieval) |
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.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.
|
GetPrefetchScheduleResponse.Builder |
GetPrefetchScheduleResponse.toBuilder() |
|