pub struct Builder { /* private fields */ }Expand description
A builder for ListJobsByPipelineOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn jobs(self, input: Job) -> Self
pub fn jobs(self, input: Job) -> Self
Appends an item to jobs.
To override the contents of this collection use set_jobs.
An array of Job objects that are in the specified pipeline.
sourcepub fn set_jobs(self, input: Option<Vec<Job>>) -> Self
pub fn set_jobs(self, input: Option<Vec<Job>>) -> Self
An array of Job objects that are in the specified pipeline.
sourcepub fn next_page_token(self, input: impl Into<String>) -> Self
pub fn next_page_token(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_next_page_token(self, input: Option<String>) -> Self
pub fn set_next_page_token(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> ListJobsByPipelineOutput
pub fn build(self) -> ListJobsByPipelineOutput
Consumes the builder and constructs a ListJobsByPipelineOutput.