Interface GetAnalysisReportResultsResponse.Builder

  • Method Details

    • 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.
    • startTime

      The date and time within the last 30 days from which to start retrieving analysis data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ.

      Parameters:
      startTime - The date and time within the last 30 days from which to start retrieving analysis data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The date and time, up to the current date, from which to stop retrieving analysis data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

      Parameters:
      endTime - The date and time, up to the current date, from which to stop retrieving analysis data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • 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

      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:
    • nextToken

      When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

      Parameters:
      nextToken - When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analysisReportResults

      GetAnalysisReportResultsResponse.Builder analysisReportResults(Collection<AnalysisTypeReportResult> analysisReportResults)

      Retrieves the results of a traffic analysis report.

      Parameters:
      analysisReportResults - Retrieves the results of a traffic analysis report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analysisReportResults

      GetAnalysisReportResultsResponse.Builder analysisReportResults(AnalysisTypeReportResult... analysisReportResults)

      Retrieves the results of a traffic analysis report.

      Parameters:
      analysisReportResults - Retrieves the results of a traffic analysis report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analysisReportResults

      Retrieves the results of a traffic analysis report.

      This is a convenience method that creates an instance of the AnalysisTypeReportResult.Builder avoiding the need to create one manually via AnalysisTypeReportResult.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to analysisReportResults(List<AnalysisTypeReportResult>).

      Parameters:
      analysisReportResults - a consumer that will call methods on AnalysisTypeReportResult.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: