Uses of Interface
software.amazon.awssdk.services.datazone.model.ListJobRunsResponse.Builder
-
Packages that use ListJobRunsResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListJobRunsResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListJobRunsResponse.Builder Modifier and Type Method Description static ListJobRunsResponse.BuilderListJobRunsResponse. builder()ListJobRunsResponse.BuilderListJobRunsResponse.Builder. items(Collection<JobRunSummary> items)The results of the ListJobRuns action.ListJobRunsResponse.BuilderListJobRunsResponse.Builder. items(Consumer<JobRunSummary.Builder>... items)The results of the ListJobRuns action.ListJobRunsResponse.BuilderListJobRunsResponse.Builder. items(JobRunSummary... items)The results of the ListJobRuns action.ListJobRunsResponse.BuilderListJobRunsResponse.Builder. nextToken(String nextToken)When the number of job runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of job runs, the response includes a pagination token named NextToken.ListJobRunsResponse.BuilderListJobRunsResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListJobRunsResponse.Builder Modifier and Type Method Description static Class<? extends ListJobRunsResponse.Builder>ListJobRunsResponse. serializableBuilderClass()
-