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(Consumer<Job.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 jobs(Consumer<Job.Builder>... jobs)
An array of Job objects that have the specified status.
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) 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.