Interface ListProjectsResponse.Builder

    • Method Detail

      • projects

        ListProjectsResponse.Builder projects​(ProjectSummary... projects)

        A list of projects.

        Parameters:
        projects - A list of projects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProjectsResponse.Builder nextToken​(String nextToken)

        The continuation token to use when requesting the next set of results, if there are more results to be returned.

        Parameters:
        nextToken - The continuation token to use when requesting the next set of results, if there are more results to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.