Interface ListDetectorsResponse.Builder

    • Method Detail

      • detectorSummaries

        ListDetectorsResponse.Builder detectorSummaries​(Collection<DetectorSummary> detectorSummaries)

        A list of summary information about the detectors (instances).

        Parameters:
        detectorSummaries - A list of summary information about the detectors (instances).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectorSummaries

        ListDetectorsResponse.Builder detectorSummaries​(DetectorSummary... detectorSummaries)

        A list of summary information about the detectors (instances).

        Parameters:
        detectorSummaries - A list of summary information about the detectors (instances).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDetectorsResponse.Builder nextToken​(String nextToken)

        The token that you can use to return the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token that you can use to return the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.