Interface ListProjectsResponse.Builder

    • Method Detail

      • projectSummaries

        ListProjectsResponse.Builder projectSummaries​(Collection<ProjectSummary> projectSummaries)

        A list that summarizes each project in the portal.

        Parameters:
        projectSummaries - A list that summarizes each project in the portal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectSummaries

        ListProjectsResponse.Builder projectSummaries​(ProjectSummary... projectSummaries)

        A list that summarizes each project in the portal.

        Parameters:
        projectSummaries - A list that summarizes each project in the portal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProjectsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.