Interface ListAnomalyGroupTimeSeriesResponse.Builder

    • Method Detail

      • anomalyGroupId

        ListAnomalyGroupTimeSeriesResponse.Builder anomalyGroupId​(String anomalyGroupId)

        The ID of the anomaly group.

        Parameters:
        anomalyGroupId - The ID of the anomaly group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricName

        ListAnomalyGroupTimeSeriesResponse.Builder metricName​(String metricName)

        The name of the measure field.

        Parameters:
        metricName - The name of the measure field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestampList

        ListAnomalyGroupTimeSeriesResponse.Builder timestampList​(Collection<String> timestampList)

        Timestamps for the anomalous metrics.

        Parameters:
        timestampList - Timestamps for the anomalous metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestampList

        ListAnomalyGroupTimeSeriesResponse.Builder timestampList​(String... timestampList)

        Timestamps for the anomalous metrics.

        Parameters:
        timestampList - Timestamps for the anomalous metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAnomalyGroupTimeSeriesResponse.Builder nextToken​(String nextToken)

        The pagination token that's included if more results are available.

        Parameters:
        nextToken - The pagination token that's included if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeSeriesList

        ListAnomalyGroupTimeSeriesResponse.Builder timeSeriesList​(TimeSeries... timeSeriesList)

        A list of anomalous metrics.

        Parameters:
        timeSeriesList - A list of anomalous metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.