CopyableBuilder<PollForThirdPartyJobsResponse.Builder,PollForThirdPartyJobsResponse>, SdkBuilder<PollForThirdPartyJobsResponse.Builder,PollForThirdPartyJobsResponse>public static interface PollForThirdPartyJobsResponse.Builder extends CopyableBuilder<PollForThirdPartyJobsResponse.Builder,PollForThirdPartyJobsResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setJobs(java.util.Collection) or #withJobs(java.util.Collection) if you want to override the
existing values.
jobs - Information about the jobs to take action on.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.