Interface ListDetectorModelVersionsResponse.Builder

    • Method Detail

      • detectorModelVersionSummaries

        ListDetectorModelVersionsResponse.Builder detectorModelVersionSummaries​(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)

        Summary information about the detector model versions.

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

        ListDetectorModelVersionsResponse.Builder detectorModelVersionSummaries​(DetectorModelVersionSummary... detectorModelVersionSummaries)

        Summary information about the detector model versions.

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

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