Uses of Interface
software.amazon.awssdk.services.databrew.model.ListJobRunsResponse.Builder
-
Packages that use ListJobRunsResponse.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of ListJobRunsResponse.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return ListJobRunsResponse.Builder Modifier and Type Method Description static ListJobRunsResponse.BuilderListJobRunsResponse. builder()ListJobRunsResponse.BuilderListJobRunsResponse.Builder. jobRuns(Collection<JobRun> jobRuns)A list of job runs that have occurred for the specified job.ListJobRunsResponse.BuilderListJobRunsResponse.Builder. jobRuns(Consumer<JobRun.Builder>... jobRuns)A list of job runs that have occurred for the specified job.ListJobRunsResponse.BuilderListJobRunsResponse.Builder. jobRuns(JobRun... jobRuns)A list of job runs that have occurred for the specified job.ListJobRunsResponse.BuilderListJobRunsResponse.Builder. nextToken(String nextToken)A token that you can use in a subsequent call to retrieve the next set of results.ListJobRunsResponse.BuilderListJobRunsResponse. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type ListJobRunsResponse.Builder Modifier and Type Method Description static Class<? extends ListJobRunsResponse.Builder>ListJobRunsResponse. serializableBuilderClass()
-