Interface ListProjectsResponse.Builder

    • Method Detail

      • projectSummaryList

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

        A list of summaries of projects.

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

        ListProjectsResponse.Builder projectSummaryList​(ProjectSummary... projectSummaryList)

        A list of summaries of projects.

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

        ListProjectsResponse.Builder nextToken​(String nextToken)

        If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

        Parameters:
        nextToken - If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.