Interface DeleteBotLocaleResponse.Builder

    • 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 Deleting status. 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 the Deleting status. 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 Deleting status. 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 the Deleting status. 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