Interface PerformanceInsightsMetric.Builder

  • Method Details

    • metric

      The Performance Insights metric.

      Parameters:
      metric - The Performance Insights metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      PerformanceInsightsMetric.Builder displayName(String displayName)

      The Performance Insights metric name.

      Parameters:
      displayName - The Performance Insights metric name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dimensions

      A dimension map that contains the dimensions for this partition.

      Parameters:
      dimensions - A dimension map that contains the dimensions for this partition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filter

      The filter for the Performance Insights metric.

      Parameters:
      filter - The filter for the Performance Insights metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the metric. For example, 9 for db.load.avg.

      Parameters:
      value - The value of the metric. For example, 9 for db.load.avg.
      Returns:
      Returns a reference to this object so that method calls can be chained together.