Interface ListLogAnomalyDetectorsResponse.Builder

    • Method Detail

      • anomalyDetectors

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

        An array of structures, where each structure in the array contains information about one anomaly detector.

        Parameters:
        anomalyDetectors - An array of structures, where each structure in the array contains information about one anomaly detector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • anomalyDetectors

        ListLogAnomalyDetectorsResponse.Builder anomalyDetectors​(AnomalyDetector... anomalyDetectors)

        An array of structures, where each structure in the array contains information about one anomaly detector.

        Parameters:
        anomalyDetectors - An array of structures, where each structure in the array contains information about one anomaly detector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLogAnomalyDetectorsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.