as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

ContentEntitlementBuilder

Builder to create a ContentEntitlement object.

Constructors

new ContentEntitlementBuilder()

new ContentEntitlementBuilder(): ContentEntitlementBuilder

Returns

ContentEntitlementBuilder

Methods

acquisitionTimestamp()

acquisitionTimestamp(acquisitionTimestamp): ContentEntitlementBuilder

Sets the date the entitlement was acquired.

Parameters

acquisitionTimestamp

Date

Acquisition date.

Returns

ContentEntitlementBuilder

The current ContentEntitlementBuilder object.


build()

build(): ContentEntitlement

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

Returns

ContentEntitlement

The ContentEntitlement object created.

Throws

InvalidArgumentError if required fields are not set.


contentId()

contentId(contentId): ContentEntitlementBuilder

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

Parameters

contentId

IContentId

ID of the content entitlement resolvable in the Amazon catalog.

Returns

ContentEntitlementBuilder

The current ContentEntitlementBuilder object.


entitlementType()

entitlementType(entitlementType): ContentEntitlementBuilder

Sets type of entitlement. This is a required field. build() will fail if this field is not set.

Parameters

entitlementType

EntitlementType

The type of entitlement.

Returns

ContentEntitlementBuilder

The current ContentEntitlementBuilder object.


expirationTimestamp()

expirationTimestamp(expirationTimestamp): ContentEntitlementBuilder

Sets date of expiration for the entitlement.

Parameters

expirationTimestamp

Date

Expiration date. Not set or undefined value implies no expiration.

Returns

ContentEntitlementBuilder

The current ContentEntitlementBuilder object.


Last updated: Oct 02, 2025