as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

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: Sep 30, 2025