Interface DescribeAnomalyDetectorsResponse.Builder

    • Method Detail

      • anomalyDetectors

        DescribeAnomalyDetectorsResponse.Builder anomalyDetectors​(Collection<AnomalyDetector> anomalyDetectors)

        The list of anomaly detection models returned by the operation.

        Parameters:
        anomalyDetectors - The list of anomaly detection models returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • anomalyDetectors

        DescribeAnomalyDetectorsResponse.Builder anomalyDetectors​(AnomalyDetector... anomalyDetectors)

        The list of anomaly detection models returned by the operation.

        Parameters:
        anomalyDetectors - The list of anomaly detection models returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAnomalyDetectorsResponse.Builder nextToken​(String nextToken)

        A token that you can use in a subsequent operation to retrieve the next set of results.

        Parameters:
        nextToken - A token that you can use in a subsequent operation to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.