Interface ListTestSuitesResponse.Builder

    • Method Detail

      • testSuites

        ListTestSuitesResponse.Builder testSuites​(Collection<TestSuiteSummary> testSuites)

        The test suites returned with the response query.

        Parameters:
        testSuites - The test suites returned with the response query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testSuites

        ListTestSuitesResponse.Builder testSuites​(TestSuiteSummary... testSuites)

        The test suites returned with the response query.

        Parameters:
        testSuites - The test suites returned with the response query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTestSuitesResponse.Builder nextToken​(String nextToken)

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

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