public static interface ListJobsByPipelineResponse.Builder extends ElasticTranscoderResponse.Builder, SdkPojo, CopyableBuilder<ListJobsByPipelineResponse.Builder,ListJobsByPipelineResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobsByPipelineResponse.Builder |
jobs(Collection<Job> jobs)
An array of
Job objects that are in the specified pipeline. |
ListJobsByPipelineResponse.Builder |
jobs(Consumer<Job.Builder>... jobs)
An array of
Job objects that are in the specified pipeline. |
ListJobsByPipelineResponse.Builder |
jobs(Job... jobs)
An array of
Job objects that are in the specified pipeline. |
ListJobsByPipelineResponse.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, buildListJobsByPipelineResponse.Builder jobs(Collection<Job> jobs)
An array of Job objects that are in the specified pipeline.
jobs - An array of Job objects that are in the specified pipeline.ListJobsByPipelineResponse.Builder jobs(Job... jobs)
An array of Job objects that are in the specified pipeline.
jobs - An array of Job objects that are in the specified pipeline.ListJobsByPipelineResponse.Builder jobs(Consumer<Job.Builder>... jobs)
An array of Job objects that are in the specified pipeline.
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) ListJobsByPipelineResponse.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.