Interface SearchJobsResponse.Builder

    • Method Detail

      • jobs

        SearchJobsResponse.Builder jobs​(Collection<Job> jobs)
        List of jobs.
        Parameters:
        jobs - List of jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobs

        SearchJobsResponse.Builder jobs​(Job... jobs)
        List of jobs.
        Parameters:
        jobs - List of jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchJobsResponse.Builder nextToken​(String nextToken)
        Use this string to request the next batch of jobs.
        Parameters:
        nextToken - Use this string to request the next batch of jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.