public static interface ListJobsByStatusResponse.Builder extends ElasticTranscoderResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
Job.Builder avoiding the need to create one
manually via Job.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #jobs(List.
jobs - a consumer that will call methods on
Job.Builder#jobs(java.util.Collection) 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 © 2023. All rights reserved.