public static interface ListJobsResponse.Builder extends MediaConvertResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
Modifier and Type | Method and Description |
---|---|
ListJobsResponse.Builder |
jobs(Collection<Job> jobs)
List of jobs
|
ListJobsResponse.Builder |
jobs(Consumer<Job.Builder>... jobs)
List of jobs This is a convenience method that creates an instance of the
List avoiding
the need to create one manually via List . |
ListJobsResponse.Builder |
jobs(Job... jobs)
List of jobs
|
ListJobsResponse.Builder |
nextToken(String nextToken)
Use this string to request the next batch of jobs.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListJobsResponse.Builder jobs(Collection<Job> jobs)
jobs
- List of jobsListJobsResponse.Builder jobs(Job... jobs)
jobs
- List of jobsListJobsResponse.Builder jobs(Consumer<Job.Builder>... jobs)
List.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #jobs(List)
.jobs
- a consumer that will call methods on List.Builder
#jobs(List)
ListJobsResponse.Builder nextToken(String nextToken)
nextToken
- Use this string to request the next batch of jobs.Copyright © 2022. All rights reserved.