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