Interface ListMatchingJobsResponse.Builder

    • Method Detail

      • jobs

        ListMatchingJobsResponse.Builder jobs​(Collection<JobSummary> jobs)

        A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.

        Parameters:
        jobs - A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobs

        ListMatchingJobsResponse.Builder jobs​(JobSummary... jobs)

        A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.

        Parameters:
        jobs - A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMatchingJobsResponse.Builder nextToken​(String nextToken)

        The pagination token from the previous API call.

        Parameters:
        nextToken - The pagination token from the previous API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.