Interface ListJobRunsResponse.Builder

  • Method Details

    • jobRuns

      The output lists information about the specified job runs.

      Parameters:
      jobRuns - The output lists information about the specified job runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobRuns

      The output lists information about the specified job runs.

      Parameters:
      jobRuns - The output lists information about the specified job runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobRuns

      The output lists information about the specified job runs.

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

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

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

      ListJobRunsResponse.Builder nextToken(String nextToken)

      The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.

      Parameters:
      nextToken - The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.