Struct aws_sdk_transfer::input::send_workflow_step_state_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for SendWorkflowStepStateInput
Implementations
A unique identifier for the workflow.
A unique identifier for the workflow.
A unique identifier for the execution of a workflow.
A unique identifier for the execution of a workflow.
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
Indicates whether the specified step succeeded or failed.
Indicates whether the specified step succeeded or failed.
Consumes the builder and constructs a SendWorkflowStepStateInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
