Interface ListSuiteRunsResponse.Builder

    • Method Detail

      • suiteRunsList

        ListSuiteRunsResponse.Builder suiteRunsList​(Collection<SuiteRunInformation> suiteRunsList)

        An array of objects that provide summaries of information about the suite runs in the list.

        Parameters:
        suiteRunsList - An array of objects that provide summaries of information about the suite runs in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suiteRunsList

        ListSuiteRunsResponse.Builder suiteRunsList​(SuiteRunInformation... suiteRunsList)

        An array of objects that provide summaries of information about the suite runs in the list.

        Parameters:
        suiteRunsList - An array of objects that provide summaries of information about the suite runs in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSuiteRunsResponse.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.