Interface PerformanceIssueDetails.Builder

    • Method Detail

      • startTime

        PerformanceIssueDetails.Builder startTime​(Instant startTime)

        The time when the performance issue started.

        Parameters:
        startTime - The time when the performance issue started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        PerformanceIssueDetails.Builder endTime​(Instant endTime)

        The time when the performance issue stopped.

        Parameters:
        endTime - The time when the performance issue stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metrics

        PerformanceIssueDetails.Builder metrics​(Collection<Metric> metrics)

        The metrics that are relevant to the performance issue.

        Parameters:
        metrics - The metrics that are relevant to the performance issue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metrics

        PerformanceIssueDetails.Builder metrics​(Metric... metrics)

        The metrics that are relevant to the performance issue.

        Parameters:
        metrics - The metrics that are relevant to the performance issue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analysis

        PerformanceIssueDetails.Builder analysis​(String analysis)

        The analysis of the performance issue. The information might contain markdown.

        Parameters:
        analysis - The analysis of the performance issue. The information might contain markdown.
        Returns:
        Returns a reference to this object so that method calls can be chained together.