Struct aws_sdk_codepipeline::output::poll_for_jobs_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PollForJobsOutput
.
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
.
Information about the jobs to take action on.
sourcepub fn set_jobs(self, input: Option<Vec<Job>>) -> Self
pub fn set_jobs(self, input: Option<Vec<Job>>) -> Self
Information about the jobs to take action on.
sourcepub fn build(self) -> PollForJobsOutput
pub fn build(self) -> PollForJobsOutput
Consumes the builder and constructs a PollForJobsOutput
.