Interface ListJobsResponse.Builder

    • Method Detail

      • jobs

        ListJobsResponse.Builder jobs​(Collection<JobEntry> jobs)

        The jobs listed by the request.

        Parameters:
        jobs - The jobs listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobs

        ListJobsResponse.Builder jobs​(JobEntry... jobs)

        The jobs listed by the request.

        Parameters:
        jobs - The jobs listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListJobsResponse.Builder nextToken​(String nextToken)

        The token value retrieved from a previous call to access the next page of results.

        Parameters:
        nextToken - The token value retrieved from a previous call to access the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.