Interface ListSuiteRunsRequest.Builder

    • Method Detail

      • suiteDefinitionId

        ListSuiteRunsRequest.Builder suiteDefinitionId​(String suiteDefinitionId)

        Lists the test suite runs of the specified test suite based on suite definition ID.

        Parameters:
        suiteDefinitionId - Lists the test suite runs of the specified test suite based on suite definition ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suiteDefinitionVersion

        ListSuiteRunsRequest.Builder suiteDefinitionVersion​(String suiteDefinitionVersion)

        Must be passed along with suiteDefinitionId. Lists the test suite runs of the specified test suite based on suite definition version.

        Parameters:
        suiteDefinitionVersion - Must be passed along with suiteDefinitionId. Lists the test suite runs of the specified test suite based on suite definition version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSuiteRunsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return at once.

        Parameters:
        maxResults - The maximum number of results to return at once.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSuiteRunsRequest.Builder nextToken​(String nextToken)

        A token to retrieve the next set of results.

        Parameters:
        nextToken - A token to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.