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