Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Class object representation of Program object which will be built using ProgramBuilder.

Implements

Constructors

new Program()

new Program(identifier, channelDescriptor, title, startTimeMs, endTimeMs, subtitle, description, thumbnailUrl, posterArtUrl, ratings, genres, attributes, seriesInfo?): Program Constructor function called for initialization of a Program.

Parameters

identifier
string
channelDescriptor
IChannelDescriptor
title
string
startTimeMs
number
endTimeMs
number
subtitle
string = ''
description
string = ''
thumbnailUrl
string = ''
posterArtUrl
string = ''
ratings
string[] = []
genres
string[] = []
attributes
string[] = []
seriesInfo?
ISeriesInfo

Returns

Program

Accessors

attributes

Get Signature

get attributes(): string[] Gets the attributes of the Program.
Returns
string[] The program attributes.

Implementation of

IProgram.attributes

channelDescriptor

Get Signature

get channelDescriptor(): IChannelDescriptor Gets the ChannelDescriptor of the Program.
Returns
IChannelDescriptor The ChannelDescriptor of the Program.

Implementation of

IProgram.channelDescriptor
Last modified on September 30, 2025