pub struct Builder { /* private fields */ }
Expand description
A builder for StartWorkflowExecutionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn run_id(self, input: impl Into<String>) -> Self
pub fn run_id(self, input: impl Into<String>) -> Self
The runId
of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.
sourcepub fn set_run_id(self, input: Option<String>) -> Self
pub fn set_run_id(self, input: Option<String>) -> Self
The runId
of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.
sourcepub fn build(self) -> StartWorkflowExecutionOutput
pub fn build(self) -> StartWorkflowExecutionOutput
Consumes the builder and constructs a StartWorkflowExecutionOutput
.