public static interface ListJobsResponse.Builder extends GlacierResponse.Builder, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
jobList(Collection<GlacierJobDescription> jobList)
A list of job objects.
|
ListJobsResponse.Builder |
jobList(Consumer<GlacierJobDescription.Builder>... jobList)
A list of job objects.
|
ListJobsResponse.Builder |
jobList(GlacierJobDescription... jobList)
A list of job objects.
|
ListJobsResponse.Builder |
marker(String marker)
An opaque string used for pagination that specifies the job at which the listing of jobs should begin.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListJobsResponse.Builder jobList(Collection<GlacierJobDescription> jobList)
A list of job objects. Each job object contains metadata describing the job.
jobList - A list of job objects. Each job object contains metadata describing the job.ListJobsResponse.Builder jobList(GlacierJobDescription... jobList)
A list of job objects. Each job object contains metadata describing the job.
jobList - A list of job objects. Each job object contains metadata describing the job.ListJobsResponse.Builder jobList(Consumer<GlacierJobDescription.Builder>... jobList)
A list of job objects. Each job object contains metadata describing the job.
This is a convenience that creates an instance of theList.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 #jobList(List) .jobList - a consumer that will call methods on List.Builder #jobList(List) ListJobsResponse.Builder marker(String marker)
An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You
get the marker value from a previous List Jobs response. You only need to include the marker if
you are continuing the pagination of the results started in a previous List Jobs request.
marker - An opaque string used for pagination that specifies the job at which the listing of jobs should begin.
You get the marker value from a previous List Jobs response. You only need to include the
marker if you are continuing the pagination of the results started in a previous List Jobs request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.