| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleAdBreak |
ScheduleAdBreak.clone() |
ScheduleAdBreak |
ScheduleAdBreak.withApproximateDurationSeconds(Long approximateDurationSeconds)
The approximate duration of the ad break, in seconds.
|
ScheduleAdBreak |
ScheduleAdBreak.withApproximateStartTime(Date approximateStartTime)
The approximate time that the ad will start playing.
|
ScheduleAdBreak |
ScheduleAdBreak.withSourceLocationName(String sourceLocationName)
The name of the source location containing the VOD source used for the ad break.
|
ScheduleAdBreak |
ScheduleAdBreak.withVodSourceName(String vodSourceName)
The name of the VOD source used for the ad break.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleAdBreak> |
ScheduleEntry.getScheduleAdBreaks()
The schedule's ad break properties.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduleEntry |
ScheduleEntry.withScheduleAdBreaks(ScheduleAdBreak... scheduleAdBreaks)
The schedule's ad break properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleEntry.setScheduleAdBreaks(Collection<ScheduleAdBreak> scheduleAdBreaks)
The schedule's ad break properties.
|
ScheduleEntry |
ScheduleEntry.withScheduleAdBreaks(Collection<ScheduleAdBreak> scheduleAdBreaks)
The schedule's ad break properties.
|
Copyright © 2022. All rights reserved.