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 Details

    • 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 Deleting while the bot and its associated resources are being deleted.

      Parameters:
      botStatus - The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • botStatus

      DeleteBotResponse.Builder botStatus(BotStatus botStatus)

      The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.

      Parameters:
      botStatus - The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: