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