pub struct Builder { /* private fields */ }
Expand description
A builder for PipeTargetStateMachineParameters
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn invocation_type(self, input: PipeTargetInvocationType) -> Self
pub fn invocation_type(self, input: PipeTargetInvocationType) -> Self
Specify whether to wait for the state machine to finish or not.
sourcepub fn set_invocation_type(self, input: Option<PipeTargetInvocationType>) -> Self
pub fn set_invocation_type(self, input: Option<PipeTargetInvocationType>) -> Self
Specify whether to wait for the state machine to finish or not.
sourcepub fn build(self) -> PipeTargetStateMachineParameters
pub fn build(self) -> PipeTargetStateMachineParameters
Consumes the builder and constructs a PipeTargetStateMachineParameters
.