| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleEntry |
ScheduleEntry.clone() |
ScheduleEntry |
ScheduleEntry.withApproximateDurationSeconds(Long approximateDurationSeconds)
The approximate duration of this program, in seconds.
|
ScheduleEntry |
ScheduleEntry.withApproximateStartTime(Date approximateStartTime)
The approximate time that the program will start playing.
|
ScheduleEntry |
ScheduleEntry.withArn(String arn)
The ARN of the program.
|
ScheduleEntry |
ScheduleEntry.withChannelName(String channelName)
The name of the channel that uses this schedule.
|
ScheduleEntry |
ScheduleEntry.withLiveSourceName(String liveSourceName)
The name of the live source used for the program.
|
ScheduleEntry |
ScheduleEntry.withProgramName(String programName)
The name of the program.
|
ScheduleEntry |
ScheduleEntry.withScheduleAdBreaks(Collection<ScheduleAdBreak> scheduleAdBreaks)
The schedule's ad break properties.
|
ScheduleEntry |
ScheduleEntry.withScheduleAdBreaks(ScheduleAdBreak... scheduleAdBreaks)
The schedule's ad break properties.
|
ScheduleEntry |
ScheduleEntry.withScheduleEntryType(ScheduleEntryType scheduleEntryType)
The type of schedule entry.
|
ScheduleEntry |
ScheduleEntry.withScheduleEntryType(String scheduleEntryType)
The type of schedule entry.
|
ScheduleEntry |
ScheduleEntry.withSourceLocationName(String sourceLocationName)
The name of the source location.
|
ScheduleEntry |
ScheduleEntry.withVodSourceName(String vodSourceName)
The name of the VOD source.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleEntry> |
GetChannelScheduleResult.getItems()
A list of schedule entries for the channel.
|
| Modifier and Type | Method and Description |
|---|---|
GetChannelScheduleResult |
GetChannelScheduleResult.withItems(ScheduleEntry... items)
A list of schedule entries for the channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetChannelScheduleResult.setItems(Collection<ScheduleEntry> items)
A list of schedule entries for the channel.
|
GetChannelScheduleResult |
GetChannelScheduleResult.withItems(Collection<ScheduleEntry> items)
A list of schedule entries for the channel.
|
Copyright © 2023. All rights reserved.