Interface ListAnomalyDetectorsResponse.Builder

    • Method Detail

      • anomalyDetectorSummaryList

        ListAnomalyDetectorsResponse.Builder anomalyDetectorSummaryList​(Collection<AnomalyDetectorSummary> anomalyDetectorSummaryList)

        A list of anomaly detectors in the account in the current region.

        Parameters:
        anomalyDetectorSummaryList - A list of anomaly detectors in the account in the current region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • anomalyDetectorSummaryList

        ListAnomalyDetectorsResponse.Builder anomalyDetectorSummaryList​(AnomalyDetectorSummary... anomalyDetectorSummaryList)

        A list of anomaly detectors in the account in the current region.

        Parameters:
        anomalyDetectorSummaryList - A list of anomaly detectors in the account in the current region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAnomalyDetectorsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request.

        Parameters:
        nextToken - If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.