Struct aws_sdk_glue::input::start_workflow_run_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for StartWorkflowRunInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn run_properties(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn run_properties(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to run_properties.
To override the contents of this collection use set_run_properties.
The workflow run properties for the new workflow run.
sourcepub fn set_run_properties(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_run_properties(self, input: Option<HashMap<String, String>>) -> Self
The workflow run properties for the new workflow run.
sourcepub fn build(self) -> Result<StartWorkflowRunInput, BuildError>
pub fn build(self) -> Result<StartWorkflowRunInput, BuildError>
Consumes the builder and constructs a StartWorkflowRunInput.