Interface AnalysisReport.Builder

  • Method Details

    • analysisReportId

      AnalysisReport.Builder analysisReportId(String analysisReportId)

      The unique ID of the query that ran when you requested an analysis report.

      Parameters:
      analysisReportId - The unique ID of the query that ran when you requested an analysis report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analysisType

      AnalysisReport.Builder analysisType(String analysisType)

      The type of traffic that will be used to generate a report.

      Parameters:
      analysisType - The type of traffic that will be used to generate a report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • analysisType

      AnalysisReport.Builder analysisType(EnabledAnalysisType analysisType)

      The type of traffic that will be used to generate a report.

      Parameters:
      analysisType - The type of traffic that will be used to generate a report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • reportTime

      AnalysisReport.Builder reportTime(Instant reportTime)

      The date and time the analysis report was ran.

      Parameters:
      reportTime - The date and time the analysis report was ran.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the analysis report you specify. Statuses include RUNNING, COMPLETED, or FAILED.

      Parameters:
      status - The status of the analysis report you specify. Statuses include RUNNING, COMPLETED, or FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.