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 |
jobList(Collection<GlacierJobDescription> 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.
|
copy
apply, build
ListJobsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setJobList(java.util.Collection)
or #withJobList(java.util.Collection)
if you want to
override the existing values.
jobList
- A list of job objects. Each job object contains metadata describing the job.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.