Interface AnomalyGroupStatistics.Builder

    • Method Detail

      • evaluationStartDate

        AnomalyGroupStatistics.Builder evaluationStartDate​(String evaluationStartDate)

        The start of the time range that was searched.

        Parameters:
        evaluationStartDate - The start of the time range that was searched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        AnomalyGroupStatistics.Builder totalCount​(Integer totalCount)

        The number of groups found.

        Parameters:
        totalCount - The number of groups found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • itemizedMetricStatsList

        AnomalyGroupStatistics.Builder itemizedMetricStatsList​(Collection<ItemizedMetricStats> itemizedMetricStatsList)

        Statistics for individual metrics within the group.

        Parameters:
        itemizedMetricStatsList - Statistics for individual metrics within the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • itemizedMetricStatsList

        AnomalyGroupStatistics.Builder itemizedMetricStatsList​(ItemizedMetricStats... itemizedMetricStatsList)

        Statistics for individual metrics within the group.

        Parameters:
        itemizedMetricStatsList - Statistics for individual metrics within the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.