| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
Program |
Program.clone() |
Program |
Program.withAdBreaks(AdBreak... adBreaks)
The ad break configuration settings.
|
Program |
Program.withAdBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
|
Program |
Program.withArn(String arn)
The ARN of the program.
|
Program |
Program.withChannelName(String channelName)
The name of the channel that the program belongs to.
|
Program |
Program.withCreationTime(Date creationTime)
The timestamp of when the program was created.
|
Program |
Program.withLastModifiedTime(Date lastModifiedTime)
The timestamp of when the program was last modified.
|
Program |
Program.withProgramName(String programName)
The name of the program.
|
Program |
Program.withSourceLocationName(String sourceLocationName)
The name of the source location.
|
Program |
Program.withVodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
|
| Modifier and Type | Method and Description |
|---|---|
List<Program> |
ListProgramsResult.getItems()
An array containing the programs for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
ListProgramsResult |
ListProgramsResult.withItems(Program... items)
An array containing the programs for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProgramsResult.setItems(Collection<Program> items)
An array containing the programs for a channel.
|
ListProgramsResult |
ListProgramsResult.withItems(Collection<Program> items)
An array containing the programs for a channel.
|
Copyright © 2021. All rights reserved.