Struct aws_sdk_glue::model::workflow_graph::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for WorkflowGraph
Implementations
Appends an item to nodes.
To override the contents of this collection use set_nodes.
A list of the the Glue components belong to the workflow represented as nodes.
A list of the the Glue components belong to the workflow represented as nodes.
Appends an item to edges.
To override the contents of this collection use set_edges.
A list of all the directed connections between the nodes belonging to the workflow.
A list of all the directed connections between the nodes belonging to the workflow.
Consumes the builder and constructs a WorkflowGraph
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
