public static interface ListJobsByStatusResponse.Builder extends ElasticTranscoderResponse.Builder, CopyableBuilder<ListJobsByStatusResponse.Builder,ListJobsByStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobsByStatusResponse.Builder |
jobs(Collection<Job> jobs)
An array of
Job objects that have the specified status. |
ListJobsByStatusResponse.Builder |
jobs(Job... jobs)
An array of
Job objects that have the specified status. |
ListJobsByStatusResponse.Builder |
nextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any.
|
buildcopyapply, buildListJobsByStatusResponse.Builder jobs(Collection<Job> jobs)
An array of Job objects that have the specified status.
jobs - An array of Job objects that have the specified status.ListJobsByStatusResponse.Builder jobs(Job... jobs)
An array of Job objects that have the specified status.
jobs - An array of Job objects that have the specified status.ListJobsByStatusResponse.Builder nextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the
specified pipeline fit on one page or when you've reached the last page of results, the value of
NextPageToken is null.
nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the jobs in
the specified pipeline fit on one page or when you've reached the last page of results, the value of
NextPageToken is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.