Interface ListJobsResponse.Builder

    • Method Detail

      • nextToken

        ListJobsResponse.Builder nextToken​(String nextToken)

        If the List Jobs request produced more than the maximum number of results, you can pass this value into a subsequent List Jobs request in order to retrieve the next page of results.

        Parameters:
        nextToken - If the List Jobs request produced more than the maximum number of results, you can pass this value into a subsequent List Jobs request in order to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobs

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

        The list of current jobs and jobs that have ended within the last 30 days.

        Parameters:
        jobs - The list of current jobs and jobs that have ended within the last 30 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobs

        ListJobsResponse.Builder jobs​(JobListDescriptor... jobs)

        The list of current jobs and jobs that have ended within the last 30 days.

        Parameters:
        jobs - The list of current jobs and jobs that have ended within the last 30 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.