Struct aws_sdk_glue::input::get_workflow_run_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetWorkflowRunInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_run_id(self, input: Option<String>) -> Self
pub fn set_run_id(self, input: Option<String>) -> Self
The ID of the workflow run.
sourcepub fn include_graph(self, input: bool) -> Self
pub fn include_graph(self, input: bool) -> Self
Specifies whether to include the workflow graph in response or not.
sourcepub fn set_include_graph(self, input: Option<bool>) -> Self
pub fn set_include_graph(self, input: Option<bool>) -> Self
Specifies whether to include the workflow graph in response or not.
sourcepub fn build(self) -> Result<GetWorkflowRunInput, BuildError>
pub fn build(self) -> Result<GetWorkflowRunInput, BuildError>
Consumes the builder and constructs a GetWorkflowRunInput.