CopyableBuilder<ListJobsByPipelineResponse.Builder,ListJobsByPipelineResponse>
, SdkBuilder<ListJobsByPipelineResponse.Builder,ListJobsByPipelineResponse>
public static interface ListJobsByPipelineResponse.Builder extends CopyableBuilder<ListJobsByPipelineResponse.Builder,ListJobsByPipelineResponse>
Modifier and Type | Method | Description |
---|---|---|
ListJobsByPipelineResponse.Builder |
jobs(Collection<Job> jobs) |
An array of
Job objects that are in the specified pipeline. |
ListJobsByPipelineResponse.Builder |
jobs(Job... jobs) |
An array of
Job objects that are in the specified pipeline. |
ListJobsByPipelineResponse.Builder |
nextPageToken(String nextPageToken) |
A value that you use to access the second and subsequent pages of results, if any.
|
copy
apply, build
ListJobsByPipelineResponse.Builder jobs(Collection<Job> jobs)
An array of Job
objects that are in the specified pipeline.
jobs
- An array of Job
objects that are in the specified pipeline.ListJobsByPipelineResponse.Builder jobs(Job... jobs)
An array of Job
objects that are in the specified pipeline.
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 are in the specified pipeline.ListJobsByPipelineResponse.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.