public static interface PollForThirdPartyJobsResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPollForThirdPartyJobsResponse.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 method that creates an instance of theThirdPartyJob.Builder avoiding the need to create
one manually via ThirdPartyJob.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
ThirdPartyJob.Builder#jobs(java.util.Collection) Copyright © 2023. All rights reserved.