public static interface PollForJobsResponse.Builder extends CodePipelineResponse.Builder, CopyableBuilder<PollForJobsResponse.Builder,PollForJobsResponse>
| Modifier and Type | Method and Description | 
|---|---|
PollForJobsResponse.Builder | 
jobs(Collection<Job> jobs)
 Information about the jobs to take action on. 
 | 
PollForJobsResponse.Builder | 
jobs(Consumer<Job.Builder>... jobs)
 Information about the jobs to take action on. 
 | 
PollForJobsResponse.Builder | 
jobs(Job... jobs)
 Information about the jobs to take action on. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildPollForJobsResponse.Builder jobs(Collection<Job> jobs)
Information about the jobs to take action on.
jobs - Information about the jobs to take action on.PollForJobsResponse.Builder jobs(Job... jobs)
Information about the jobs to take action on.
jobs - Information about the jobs to take action on.PollForJobsResponse.Builder jobs(Consumer<Job.Builder>... jobs)
Information about the jobs to take action on.
This is a convenience that creates an instance of theList.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) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.