CopyableBuilder<ListJobsByStatusResponse.Builder,ListJobsByStatusResponse>
, SdkBuilder<ListJobsByStatusResponse.Builder,ListJobsByStatusResponse>
public static interface ListJobsByStatusResponse.Builder extends CopyableBuilder<ListJobsByStatusResponse.Builder,ListJobsByStatusResponse>
Modifier and Type | Method | Description |
---|---|---|
ListJobsByStatusResponse.Builder |
jobs(Collection<Job> jobs) |
An array of
Job objects that have the specified status. |
ListJobsByStatusResponse.Builder |
jobs(Job... jobs) |
An array of
Job objects that have the specified status. |
ListJobsByStatusResponse.Builder |
nextPageToken(String nextPageToken) |
A value that you use to access the second and subsequent pages of results, if any.
|
copy
apply, build
ListJobsByStatusResponse.Builder jobs(Collection<Job> jobs)
An array of Job
objects that have the specified status.
jobs
- An array of Job
objects that have the specified status.ListJobsByStatusResponse.Builder jobs(Job... jobs)
An array of Job
objects that have the specified status.
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
- An array of Job
objects that have the specified status.ListJobsByStatusResponse.Builder nextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the
specified pipeline fit on one page or when you've reached the last page of results, the value of
NextPageToken
is null
.
nextPageToken
- A value that you use to access the second and subsequent pages of results, if any. When the jobs in
the specified pipeline fit on one page or when you've reached the last page of results, the value of
NextPageToken
is null
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.