Struct aws_sdk_glue::input::batch_get_workflows_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BatchGetWorkflowsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn names(self, input: impl Into<String>) -> Self
pub fn names(self, input: impl Into<String>) -> Self
Appends an item to names.
To override the contents of this collection use set_names.
A list of workflow names, which may be the names returned from the ListWorkflows operation.
sourcepub fn set_names(self, input: Option<Vec<String>>) -> Self
pub fn set_names(self, input: Option<Vec<String>>) -> Self
A list of workflow names, which may be the names returned from the ListWorkflows operation.
sourcepub fn include_graph(self, input: bool) -> Self
pub fn include_graph(self, input: bool) -> Self
Specifies whether to include a graph when returning the workflow resource metadata.
sourcepub fn set_include_graph(self, input: Option<bool>) -> Self
pub fn set_include_graph(self, input: Option<bool>) -> Self
Specifies whether to include a graph when returning the workflow resource metadata.
sourcepub fn build(self) -> Result<BatchGetWorkflowsInput, BuildError>
pub fn build(self) -> Result<BatchGetWorkflowsInput, BuildError>
Consumes the builder and constructs a BatchGetWorkflowsInput.