Interface DeleteBotLocaleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteBotLocaleResponse.Builder,DeleteBotLocaleResponse>,LexModelsV2Response.Builder,SdkBuilder<DeleteBotLocaleResponse.Builder,DeleteBotLocaleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteBotLocaleResponse
public static interface DeleteBotLocaleResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteBotLocaleResponse.Builder,DeleteBotLocaleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBotLocaleResponse.BuilderbotId(String botId)The identifier of the bot that contained the deleted locale.DeleteBotLocaleResponse.BuilderbotLocaleStatus(String botLocaleStatus)The status of deleting the bot locale.DeleteBotLocaleResponse.BuilderbotLocaleStatus(BotLocaleStatus botLocaleStatus)The status of deleting the bot locale.DeleteBotLocaleResponse.BuilderbotVersion(String botVersion)The version of the bot that contained the deleted locale.DeleteBotLocaleResponse.BuilderlocaleId(String localeId)The language and locale of the deleted locale.-
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
DeleteBotLocaleResponse.Builder botId(String botId)
The identifier of the bot that contained the deleted locale.
- Parameters:
botId- The identifier of the bot that contained the deleted locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
DeleteBotLocaleResponse.Builder botVersion(String botVersion)
The version of the bot that contained the deleted locale.
- Parameters:
botVersion- The version of the bot that contained the deleted locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
DeleteBotLocaleResponse.Builder localeId(String localeId)
The language and locale of the deleted locale.
- Parameters:
localeId- The language and locale of the deleted locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botLocaleStatus
DeleteBotLocaleResponse.Builder botLocaleStatus(String botLocaleStatus)
The status of deleting the bot locale. The locale first enters the
Deletingstatus. Once the locale is deleted it no longer appears in the list of locales for the bot.- Parameters:
botLocaleStatus- The status of deleting the bot locale. The locale first enters theDeletingstatus. Once the locale is deleted it no longer appears in the list of locales for the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotLocaleStatus,BotLocaleStatus
-
botLocaleStatus
DeleteBotLocaleResponse.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of deleting the bot locale. The locale first enters the
Deletingstatus. Once the locale is deleted it no longer appears in the list of locales for the bot.- Parameters:
botLocaleStatus- The status of deleting the bot locale. The locale first enters theDeletingstatus. Once the locale is deleted it no longer appears in the list of locales for the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotLocaleStatus,BotLocaleStatus
-
-