Interface ListDetectorModelsResponse.Builder

    • Method Detail

      • detectorModelSummaries

        ListDetectorModelsResponse.Builder detectorModelSummaries​(Collection<DetectorModelSummary> detectorModelSummaries)

        Summary information about the detector models.

        Parameters:
        detectorModelSummaries - Summary information about the detector models.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectorModelSummaries

        ListDetectorModelsResponse.Builder detectorModelSummaries​(DetectorModelSummary... detectorModelSummaries)

        Summary information about the detector models.

        Parameters:
        detectorModelSummaries - Summary information about the detector models.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDetectorModelsResponse.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.