pub struct Builder { /* private fields */ }
Expand description
A builder for CompleteWorkflowExecutionDecisionAttributes
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn result(self, input: impl Into<String>) -> Self
pub fn result(self, input: impl Into<String>) -> Self
The result of the workflow execution. The form of the result is implementation defined.
sourcepub fn set_result(self, input: Option<String>) -> Self
pub fn set_result(self, input: Option<String>) -> Self
The result of the workflow execution. The form of the result is implementation defined.
sourcepub fn build(self) -> CompleteWorkflowExecutionDecisionAttributes
pub fn build(self) -> CompleteWorkflowExecutionDecisionAttributes
Consumes the builder and constructs a CompleteWorkflowExecutionDecisionAttributes
.