CopyableBuilder<DescribeJobsRequest.Builder,DescribeJobsRequest>
, SdkBuilder<DescribeJobsRequest.Builder,DescribeJobsRequest>
public static interface DescribeJobsRequest.Builder extends CopyableBuilder<DescribeJobsRequest.Builder,DescribeJobsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeJobsRequest.Builder |
jobs(String... jobs) |
A space-separated list of up to 100 job IDs.
|
DescribeJobsRequest.Builder |
jobs(Collection<String> jobs) |
A space-separated list of up to 100 job IDs.
|
copy
apply, build
DescribeJobsRequest.Builder jobs(Collection<String> jobs)
A space-separated list of up to 100 job IDs.
jobs
- A space-separated list of up to 100 job IDs.DescribeJobsRequest.Builder jobs(String... jobs)
A space-separated list of up to 100 job IDs.
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
- A space-separated list of up to 100 job IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.