| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleSummary.Builder |
BotLocaleSummary.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the bot locale.
|
BotLocaleSummary.Builder |
BotLocaleSummary.Builder.botLocaleStatus(String botLocaleStatus)
The current status of the bot locale.
|
static BotLocaleSummary.Builder |
BotLocaleSummary.builder() |
BotLocaleSummary.Builder |
BotLocaleSummary.Builder.description(String description)
The description of the bot locale.
|
BotLocaleSummary.Builder |
BotLocaleSummary.Builder.lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)
A timestamp of the date and time that the bot locale was last built.
|
BotLocaleSummary.Builder |
BotLocaleSummary.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot locale was last updated.
|
BotLocaleSummary.Builder |
BotLocaleSummary.Builder.localeId(String localeId)
The language and locale of the bot locale.
|
BotLocaleSummary.Builder |
BotLocaleSummary.Builder.localeName(String localeName)
The name of the bot locale.
|
BotLocaleSummary.Builder |
BotLocaleSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BotLocaleSummary.Builder> |
BotLocaleSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.