pub struct Builder { /* private fields */ }
Expand description
A builder for PollForThirdPartyJobsInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn action_type_id(self, input: ActionTypeId) -> Self
pub fn action_type_id(self, input: ActionTypeId) -> Self
Represents information about an action type.
sourcepub fn set_action_type_id(self, input: Option<ActionTypeId>) -> Self
pub fn set_action_type_id(self, input: Option<ActionTypeId>) -> Self
Represents information about an action type.
sourcepub fn max_batch_size(self, input: i32) -> Self
pub fn max_batch_size(self, input: i32) -> Self
The maximum number of jobs to return in a poll for jobs call.
sourcepub fn set_max_batch_size(self, input: Option<i32>) -> Self
pub fn set_max_batch_size(self, input: Option<i32>) -> Self
The maximum number of jobs to return in a poll for jobs call.
sourcepub fn build(self) -> Result<PollForThirdPartyJobsInput, BuildError>
pub fn build(self) -> Result<PollForThirdPartyJobsInput, BuildError>
Consumes the builder and constructs a PollForThirdPartyJobsInput
.