Interface StopBotAnalyzerResponse.Builder

  • Method Details

    • botId

      The unique identifier of the bot.

      Parameters:
      botId - The unique identifier of the bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersion

      StopBotAnalyzerResponse.Builder botVersion(String botVersion)

      The version of the bot.

      Parameters:
      botVersion - The version of the bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localeId

      The locale identifier of the bot locale.

      Parameters:
      localeId - The locale identifier of the bot locale.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botAnalyzerStatus

      StopBotAnalyzerResponse.Builder botAnalyzerStatus(String botAnalyzerStatus)

      The updated status of the analysis. The status will be Stopping and will eventually transition to Stopped.

      Valid Values: Processing | Available | Failed | Stopping | Stopped

      Parameters:
      botAnalyzerStatus - The updated status of the analysis. The status will be Stopping and will eventually transition to Stopped.

      Valid Values: Processing | Available | Failed | Stopping | Stopped

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • botAnalyzerStatus

      StopBotAnalyzerResponse.Builder botAnalyzerStatus(BotAnalyzerStatus botAnalyzerStatus)

      The updated status of the analysis. The status will be Stopping and will eventually transition to Stopped.

      Valid Values: Processing | Available | Failed | Stopping | Stopped

      Parameters:
      botAnalyzerStatus - The updated status of the analysis. The status will be Stopping and will eventually transition to Stopped.

      Valid Values: Processing | Available | Failed | Stopping | Stopped

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • botAnalyzerRequestId

      StopBotAnalyzerResponse.Builder botAnalyzerRequestId(String botAnalyzerRequestId)

      The unique identifier of the analysis request.

      Parameters:
      botAnalyzerRequestId - The unique identifier of the analysis request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.