Interface ListTestRunsResponse.Builder

    • Method Detail

      • testRuns

        ListTestRunsResponse.Builder testRuns​(Collection<TestRunSummary> testRuns)

        The test runs of the response query.

        Parameters:
        testRuns - The test runs of the response query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testRuns

        ListTestRunsResponse.Builder testRuns​(TestRunSummary... testRuns)

        The test runs of the response query.

        Parameters:
        testRuns - The test runs of the response query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTestRunsResponse.Builder nextToken​(String nextToken)

        The token from the previous request to retrieve the next page of results.

        Parameters:
        nextToken - The token from the previous request to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.