Interface ListJobRunsResponse.Builder

    • Method Detail

      • jobRuns

        ListJobRunsResponse.Builder jobRuns​(Collection<JobRunSummary> jobRuns)

        The output lists information about the specified job runs.

        Parameters:
        jobRuns - The output lists information about the specified job runs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobRuns

        ListJobRunsResponse.Builder jobRuns​(JobRunSummary... jobRuns)

        The output lists information about the specified job runs.

        Parameters:
        jobRuns - The output lists information about the specified job runs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListJobRunsResponse.Builder nextToken​(String nextToken)

        The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.

        Parameters:
        nextToken - The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.