Interface ListHarvestJobsResponse.Builder

    • Method Detail

      • harvestJobs

        ListHarvestJobsResponse.Builder harvestJobs​(Collection<HarvestJob> harvestJobs)
        A list of HarvestJob records.
        Parameters:
        harvestJobs - A list of HarvestJob records.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • harvestJobs

        ListHarvestJobsResponse.Builder harvestJobs​(HarvestJob... harvestJobs)
        A list of HarvestJob records.
        Parameters:
        harvestJobs - A list of HarvestJob records.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListHarvestJobsResponse.Builder nextToken​(String nextToken)
        A token that can be used to resume pagination from the end of the collection.
        Parameters:
        nextToken - A token that can be used to resume pagination from the end of the collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.