public static interface ListJobsResponse.Builder extends MediaConvertResponse.Builder, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
jobs(Collection<Job> jobs)
List of jobs
|
ListJobsResponse.Builder |
jobs(Job... jobs)
List of jobs
|
ListJobsResponse.Builder |
nextToken(String nextToken)
Use this string to request the next batch of jobs.
|
buildcopyapply, buildListJobsResponse.Builder jobs(Collection<Job> jobs)
jobs - List of jobsListJobsResponse.Builder jobs(Job... jobs)
jobs - List of jobsListJobsResponse.Builder nextToken(String nextToken)
nextToken - Use this string to request the next batch of jobs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.