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(Consumer<ThirdPartyJob.Builder>... jobs)
Information about the jobs to take action on.
|
PollForThirdPartyJobsResponse.Builder |
jobs(ThirdPartyJob... jobs)
Information about the jobs to take action on.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.PollForThirdPartyJobsResponse.Builder jobs(Consumer<ThirdPartyJob.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.