Interface DeleteBotResponse.Builder

    • 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 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, BotStatus
      • 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:
        BotStatus, BotStatus