Interface ListTestExecutionsResponse.Builder

    • Method Detail

      • testExecutions

        ListTestExecutionsResponse.Builder testExecutions​(TestExecutionSummary... testExecutions)

        The list of test executions.

        Parameters:
        testExecutions - The list of test executions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTestExecutionsResponse.Builder nextToken​(String nextToken)

        A token that indicates whether there are more results to return in a response to the ListTestExecutions operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestExecutions operation request to get the next page of results.

        Parameters:
        nextToken - A token that indicates whether there are more results to return in a response to the ListTestExecutions operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestExecutions operation request to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.