as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

CustomerListEntryBuilder

Builder to create a CustomerListEntry object.

Constructors

new CustomerListEntryBuilder()

new CustomerListEntryBuilder(): CustomerListEntryBuilder

Returns

CustomerListEntryBuilder

Methods

addedTimestamp()

addedTimestamp(addedTimestamp): CustomerListEntryBuilder

Sets the date when the entry was added to the list.

Parameters

addedTimestamp

Date

Date added to list.

Returns

CustomerListEntryBuilder

The current CustomerListEntryBuilder object.


build()

build(): CustomerListEntry

Builds a CustomerListEntry object with the fields set on the builder.

Returns

CustomerListEntry

The CustomerListEntry object created.

Throws

InvalidArgumentError if required fields are not set.


contentId()

contentId(contentId): CustomerListEntryBuilder

Sets the ID, resolvable in the Amazon catalog, of the content for the list entry. This is a required field. build() will fail if this field is not set.

Parameters

contentId

IContentId

ID resolvable in the Amazon catalog.

Returns

CustomerListEntryBuilder

The current CustomerListEntryBuilder object.


profileId()

profileId(profileId): CustomerListEntryBuilder

Sets the associated profileId of the user who's list is changing.

Parameters

profileId

IProfileId

The associated profileId of the user.

Returns

CustomerListEntryBuilder

The current CustomerListEntryBuilder object.


Last updated: Oct 02, 2025