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 to create a ContentId object.

Constructors

new ContentIdBuilder()

new ContentIdBuilder(): ContentIdBuilder

Returns

ContentIdBuilder

Methods

build()

build(): ContentId Builds a ContentId object with the fields set on the builder.

Returns

ContentId ContentId The ContentId object created.

id()

id(id: string): ContentIdBuilder Sets the ID resolvable under the associated namespace. This is a required field.

Parameters

id
string ID resolvable under the associated namespace.

Returns

ContentIdBuilder ContentIdBuilder The current ContentIdBuilder object.

idNamespace()

idNamespace(idNamespace: string): ContentIdBuilder Sets the namespace the ID should be resolved under. See ContentIdNamespaces for accepted values. This is a required field.

Parameters

idNamespace
string The namespace to resolve the ID under.

Returns

ContentIdBuilder ContentIdBuilder The current ContentIdBuilder object.
Last modified on August 2, 2026