Interface ListProjectsResponse.Builder

    • Method Detail

      • nextToken

        ListProjectsResponse.Builder nextToken​(String nextToken)

        A token returned from a call to this API to indicate the next batch of results to return, if any.

        Parameters:
        nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListProjectsResponse.Builder items​(ProjectSummary... items)

        Information about the projects.

        Parameters:
        items - Information about the projects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.