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 ProfileId object.

Constructors

new ProfileIdBuilder()

new ProfileIdBuilder(): ProfileIdBuilder

Returns

ProfileIdBuilder

Methods

build()

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

Throws

  • InvalidArgumentError if required fields are not set.

Returns

ProfileId ProfileId The ProfileId object created.

id()

id(id: string): ProfileIdBuilder Sets the ID to be resolved under the associated namespace. This is a required field. build() will fail if this field is not set.

Parameters

id
string ID resolvable under the associated namespace.

Returns

ProfileIdBuilder ProfileIdBuilder The current ProfileIdBuilder object.

idNamespace()

idNamespace(idNamespace: string): ProfileIdBuilder Sets the namespace the ID should be resolved under. See ProfileIdNamespaces for accepted values. This is a required field. build() will fail if this field is not set.

Parameters

idNamespace
string The namespace to resolved the ID under.

Returns

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