Interface ListMatchingJobsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListMatchingJobsResponse.Builder,ListMatchingJobsResponse>, EntityResolutionResponse.Builder, SdkBuilder<ListMatchingJobsResponse.Builder,ListMatchingJobsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListMatchingJobsResponse

  • Method Details

    • jobs

      A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.

      Parameters:
      jobs - A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobs

      A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.

      Parameters:
      jobs - A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobs

      A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.

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

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

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

      The pagination token from the previous API call.

      Parameters:
      nextToken - The pagination token from the previous API call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.