Interface BuildBotLocaleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BuildBotLocaleResponse.Builder,BuildBotLocaleResponse>,LexModelsV2Response.Builder,SdkBuilder<BuildBotLocaleResponse.Builder,BuildBotLocaleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BuildBotLocaleResponse
public static interface BuildBotLocaleResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<BuildBotLocaleResponse.Builder,BuildBotLocaleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildBotLocaleResponse.BuilderbotId(String botId)The identifier of the specified bot.BuildBotLocaleResponse.BuilderbotLocaleStatus(String botLocaleStatus)The bot's build status.BuildBotLocaleResponse.BuilderbotLocaleStatus(BotLocaleStatus botLocaleStatus)The bot's build status.BuildBotLocaleResponse.BuilderbotVersion(String botVersion)The version of the bot that was built.BuildBotLocaleResponse.BuilderlastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)A timestamp indicating the date and time that the bot was last built for this locale.BuildBotLocaleResponse.BuilderlocaleId(String localeId)The language and locale specified of where the bot can be used.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
botId
BuildBotLocaleResponse.Builder botId(String botId)
The identifier of the specified bot.
- Parameters:
botId- The identifier of the specified bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
BuildBotLocaleResponse.Builder botVersion(String botVersion)
The version of the bot that was built. This is only the draft version of the bot.
- Parameters:
botVersion- The version of the bot that was built. This is only the draft version of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
BuildBotLocaleResponse.Builder localeId(String localeId)
The language and locale specified of where the bot can be used.
- Parameters:
localeId- The language and locale specified of where the bot can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botLocaleStatus
BuildBotLocaleResponse.Builder botLocaleStatus(String botLocaleStatus)
The bot's build status. When the status is
ReadyExpressTestingyou can test the bot using the utterances defined for the intents and slot types. When the status isBuilt, the bot is ready for use and can be tested using any utterance.- Parameters:
botLocaleStatus- The bot's build status. When the status isReadyExpressTestingyou can test the bot using the utterances defined for the intents and slot types. When the status isBuilt, the bot is ready for use and can be tested using any utterance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotLocaleStatus,BotLocaleStatus
-
botLocaleStatus
BuildBotLocaleResponse.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)
The bot's build status. When the status is
ReadyExpressTestingyou can test the bot using the utterances defined for the intents and slot types. When the status isBuilt, the bot is ready for use and can be tested using any utterance.- Parameters:
botLocaleStatus- The bot's build status. When the status isReadyExpressTestingyou can test the bot using the utterances defined for the intents and slot types. When the status isBuilt, the bot is ready for use and can be tested using any utterance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotLocaleStatus,BotLocaleStatus
-
lastBuildSubmittedDateTime
BuildBotLocaleResponse.Builder lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)
A timestamp indicating the date and time that the bot was last built for this locale.
- Parameters:
lastBuildSubmittedDateTime- A timestamp indicating the date and time that the bot was last built for this locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-