public static interface PollForThirdPartyJobsResponse.Builder extends CodePipelineResponse.Builder, CopyableBuilder<PollForThirdPartyJobsResponse.Builder,PollForThirdPartyJobsResponse>
Modifier and Type | Method and Description |
---|---|
PollForThirdPartyJobsResponse.Builder |
jobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
|
PollForThirdPartyJobsResponse.Builder |
jobs(ThirdPartyJob... jobs)
Information about the jobs to take action on.
|
build
copy
apply, build
PollForThirdPartyJobsResponse.Builder jobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
jobs
- Information about the jobs to take action on.PollForThirdPartyJobsResponse.Builder jobs(ThirdPartyJob... 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.