Interface BotAnalyzerHistorySummary.Builder

  • Method Details

    • botAnalyzerStatus

      BotAnalyzerHistorySummary.Builder botAnalyzerStatus(String botAnalyzerStatus)

      The status of the historical analysis execution.

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

      Parameters:
      botAnalyzerStatus - The status of the historical analysis execution.

      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

      BotAnalyzerHistorySummary.Builder botAnalyzerStatus(BotAnalyzerStatus botAnalyzerStatus)

      The status of the historical analysis execution.

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

      Parameters:
      botAnalyzerStatus - The status of the historical analysis execution.

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

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

      BotAnalyzerHistorySummary.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.
    • botAnalyzerRequestId

      BotAnalyzerHistorySummary.Builder botAnalyzerRequestId(String botAnalyzerRequestId)

      The unique identifier for the analysis request.

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