Interface StartBotAnalyzerResponse.Builder

  • Method Details

    • botId

      The unique identifier of the bot being analyzed.

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

      StartBotAnalyzerResponse.Builder botVersion(String botVersion)

      The version of the bot being analyzed.

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

      The locale identifier of the bot locale being analyzed.

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

      StartBotAnalyzerResponse.Builder botAnalyzerStatus(String botAnalyzerStatus)

      The current status of the analysis. The initial status is Processing.

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

      Parameters:
      botAnalyzerStatus - The current status of the analysis. The initial status is Processing.

      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

      StartBotAnalyzerResponse.Builder botAnalyzerStatus(BotAnalyzerStatus botAnalyzerStatus)

      The current status of the analysis. The initial status is Processing.

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

      Parameters:
      botAnalyzerStatus - The current status of the analysis. The initial status is Processing.

      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

      StartBotAnalyzerResponse.Builder botAnalyzerRequestId(String botAnalyzerRequestId)

      A unique identifier for this analysis request. Use this identifier to check the status and retrieve results.

      Parameters:
      botAnalyzerRequestId - A unique identifier for this analysis request. Use this identifier to check the status and retrieve results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDateTime

      StartBotAnalyzerResponse.Builder creationDateTime(Instant creationDateTime)

      The date and time when the analysis was initiated.

      Parameters:
      creationDateTime - The date and time when the analysis was initiated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.