CopyableBuilder<DescribeJobsResponse.Builder,DescribeJobsResponse>, SdkBuilder<DescribeJobsResponse.Builder,DescribeJobsResponse>public static interface DescribeJobsResponse.Builder extends CopyableBuilder<DescribeJobsResponse.Builder,DescribeJobsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeJobsResponse.Builder |
jobs(Collection<JobDetail> jobs) |
The list of jobs.
|
DescribeJobsResponse.Builder |
jobs(JobDetail... jobs) |
The list of jobs.
|
copyapply, buildDescribeJobsResponse.Builder jobs(Collection<JobDetail> jobs)
The list of jobs.
jobs - The list of jobs.DescribeJobsResponse.Builder jobs(JobDetail... jobs)
The list of jobs.
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 - The list of jobs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.