Interface ListHarvestJobsResponse.Builder

  • Method Details

    • items

      An array of harvest job objects that match the specified criteria.

      Parameters:
      items - An array of harvest job objects that match the specified criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      An array of harvest job objects that match the specified criteria.

      Parameters:
      items - An array of harvest job objects that match the specified criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      An array of harvest job objects that match the specified criteria.

      This is a convenience method that creates an instance of the HarvestJob.Builder avoiding the need to create one manually via HarvestJob.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<HarvestJob>).

      Parameters:
      items - a consumer that will call methods on HarvestJob.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      A token used for pagination. Include this value in subsequent requests to retrieve the next set of results. If null, there are no more results to retrieve.

      Parameters:
      nextToken - A token used for pagination. Include this value in subsequent requests to retrieve the next set of results. If null, there are no more results to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.