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(Job... jobs)
Information about the jobs to take action on.
|
build
copy
apply, build
PollForJobsResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.