Interface ListProjectsResponse.Builder

    • Method Detail

      • projects

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

        An object containing the list of projects.

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

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

        An object containing the list of projects.

        Parameters:
        projects - An object containing the 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 token used to retrieve the next set of results - will be effectively empty if there are no further results.

        Parameters:
        nextToken - The token used to retrieve the next set of results - will be effectively empty if there are no further results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.