public static interface PollForJobsResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theJob.Builder avoiding the need to create one
manually via Job.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #jobs(List.
jobs - a consumer that will call methods on
Job.Builder#jobs(java.util.Collection) Copyright © 2023. All rights reserved.