Interface ListProjectsResponse.Builder

    • Method Detail

      • nextToken

        ListProjectsResponse.Builder nextToken​(String nextToken)

        The token to use in a subsequent ListProjects operation to return the next set of results.

        Parameters:
        nextToken - The token to use in a subsequent ListProjects operation to return the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projects

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

        An array of structures that contain the configuration details of the projects in the Region.

        Parameters:
        projects - An array of structures that contain the configuration details of the projects in the Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projects

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

        An array of structures that contain the configuration details of the projects in the Region.

        Parameters:
        projects - An array of structures that contain the configuration details of the projects in the Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.