Interface DeleteBotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteBotResponse.Builder,DeleteBotResponse>,LexModelsV2Response.Builder,SdkBuilder<DeleteBotResponse.Builder,DeleteBotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteBotResponse
public static interface DeleteBotResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteBotResponse.Builder,DeleteBotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBotResponse.BuilderbotId(String botId)The unique identifier of the bot that Amazon Lex is deleting.DeleteBotResponse.BuilderbotStatus(String botStatus)The current status of the bot.DeleteBotResponse.BuilderbotStatus(BotStatus botStatus)The current status of the bot.-
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
DeleteBotResponse.Builder botId(String botId)
The unique identifier of the bot that Amazon Lex is deleting.
- Parameters:
botId- The unique identifier of the bot that Amazon Lex is deleting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botStatus
DeleteBotResponse.Builder botStatus(String botStatus)
The current status of the bot. The status is
Deletingwhile the bot and its associated resources are being deleted.
-
botStatus
DeleteBotResponse.Builder botStatus(BotStatus botStatus)
The current status of the bot. The status is
Deletingwhile the bot and its associated resources are being deleted.
-
-