public static interface ListJobsResponse.Builder extends SnowballResponse.Builder, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
Modifier and Type | Method and 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(Consumer<JobListEntry.Builder>... 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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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(Consumer<JobListEntry.Builder>... 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.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #jobListEntries(List)
.jobListEntries
- a consumer that will call methods on List.Builder
#jobListEntries(List)
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.