public static interface ListJobsByPipelineResponse.Builder extends ElasticTranscoderResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
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) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.