Struct aws_sdk_glue::model::workflow::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Workflow
Implementations
A description of the workflow.
A description of the workflow.
Adds a key-value pair to default_run_properties.
To override the contents of this collection use set_default_run_properties.
A collection of properties to be used as part of each execution of the workflow. The run properties are made available to each job in the workflow. A job can modify the properties for the next jobs in the flow.
A collection of properties to be used as part of each execution of the workflow. The run properties are made available to each job in the workflow. A job can modify the properties for the next jobs in the flow.
The date and time when the workflow was created.
The date and time when the workflow was created.
The date and time when the workflow was last modified.
The date and time when the workflow was last modified.
The information about the last execution of the workflow.
The information about the last execution of the workflow.
The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.
The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
This structure indicates the details of the blueprint that this particular workflow is created from.
This structure indicates the details of the blueprint that this particular workflow is created from.
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
