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
Builder that creates an instance of the ChannelInfo object.

Extends

Constructors

new ChannelInfoBuilder()

new ChannelInfoBuilder(): ChannelInfoBuilder

Returns

ChannelInfoBuilder

Inherited from

Builder.constructor

Methods

build()

build(): IChannelInfo Builds the ChannelInfo object from the fields set in the ChannelInfoBuilder object.

Returns

IChannelInfo The built ChannelInfo object.

Throws

InvalidArgumentError if one or more of the required fields are missing.

Throws

IllegalStateError if the function is called after this builder instance has already built an object once.

Overrides

Builder.build

channelDescriptor()

channelDescriptor(channelDescriptor): ChannelInfoBuilder Sets the ChannelDescriptor of the builder. This is required.

Parameters

channelDescriptor
IChannelDescriptor

Returns

ChannelInfoBuilder The ChannelInfoBuilder object with channelDescriptor set.

Throws

IllegalStateError if the function is called after this builder instance has already built an object once.
Last modified on September 30, 2025