Interface GetJobRunsResponse.Builder

    • Method Detail

      • jobRuns

        GetJobRunsResponse.Builder jobRuns​(Collection<JobRun> jobRuns)

        A list of job-run metadata objects.

        Parameters:
        jobRuns - A list of job-run metadata objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobRuns

        GetJobRunsResponse.Builder jobRuns​(JobRun... jobRuns)

        A list of job-run metadata objects.

        Parameters:
        jobRuns - A list of job-run metadata objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetJobRunsResponse.Builder nextToken​(String nextToken)

        A continuation token, if not all requested job runs have been returned.

        Parameters:
        nextToken - A continuation token, if not all requested job runs have been returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.