Interface ListJobRunsResponse.Builder

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

public static interface ListJobRunsResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<ListJobRunsResponse.Builder,ListJobRunsResponse>
  • Method Details

    • jobRuns

      A list of job runs that have occurred for the specified job.

      Parameters:
      jobRuns - A list of job runs that have occurred for the specified job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobRuns

      ListJobRunsResponse.Builder jobRuns(JobRun... jobRuns)

      A list of job runs that have occurred for the specified job.

      Parameters:
      jobRuns - A list of job runs that have occurred for the specified job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobRuns

      A list of job runs that have occurred for the specified job.

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

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

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

      ListJobRunsResponse.Builder nextToken(String nextToken)

      A token that you can use in a subsequent call to retrieve the next set of results.

      Parameters:
      nextToken - A token that you can use in a subsequent call to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.