CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
, SdkBuilder<ListJobsResponse.Builder,ListJobsResponse>
public static interface ListJobsResponse.Builder extends CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListJobsResponse.Builder |
jobListEntries(Collection<JobListEntry> jobListEntries) |
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs. |
ListJobsResponse.Builder |
jobListEntries(JobListEntry... jobListEntries) |
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs. |
ListJobsResponse.Builder |
nextToken(String nextToken) |
HTTP requests are stateless.
|
copy
apply, build
ListJobsResponse.Builder jobListEntries(Collection<JobListEntry> jobListEntries)
Each JobListEntry
object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs.
jobListEntries
- Each JobListEntry
object contains a job's state, a job's ID, and a value that indicates
whether the job is a job part, in the case of export jobs.ListJobsResponse.Builder jobListEntries(JobListEntry... jobListEntries)
Each JobListEntry
object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs.
NOTE: This method appends the values to the existing list (if any). Use
#setJobListEntries(java.util.Collection)
or #withJobListEntries(java.util.Collection)
if you
want to override the existing values.
jobListEntries
- Each JobListEntry
object contains a job's state, a job's ID, and a value that indicates
whether the job is a job part, in the case of export jobs.ListJobsResponse.Builder nextToken(String nextToken)
HTTP requests are stateless. If you use this automatically generated NextToken
value in your
next ListJobs
call, your returned JobListEntry
objects will start from this point
in the array.
nextToken
- HTTP requests are stateless. If you use this automatically generated NextToken
value in
your next ListJobs
call, your returned JobListEntry
objects will start from
this point in the array.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.