Interface ListTestRunStepsResponse.Builder

    • Method Detail

      • testRunSteps

        ListTestRunStepsResponse.Builder testRunSteps​(Collection<TestRunStepSummary> testRunSteps)

        The test run steps of the response query.

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

        ListTestRunStepsResponse.Builder testRunSteps​(TestRunStepSummary... testRunSteps)

        The test run steps of the response query.

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

        ListTestRunStepsResponse.Builder nextToken​(String nextToken)

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

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