> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: BuilderWithName

Defined in: [packages/http-framework-i18n/src/lib/utils.ts:121](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-i18n/src/lib/utils.ts#L121)

## Methods

### setName()

> **setName**(`name`): `this`

Defined in: [packages/http-framework-i18n/src/lib/utils.ts:122](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-i18n/src/lib/utils.ts#L122)

#### Parameters

##### name

`string`

#### Returns

`this`

***

### setNameLocalizations()

> **setNameLocalizations**(`localizedNames`): `this`

Defined in: [packages/http-framework-i18n/src/lib/utils.ts:123](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-i18n/src/lib/utils.ts#L123)

#### Parameters

##### localizedNames

`Partial`\<`Record`\<`Locale`, `string` | `null`>> | `null`

#### Returns

`this`
