Struct aws_sdk_glue::model::workflow_run::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for WorkflowRun
Implementations
The ID of this workflow run.
The ID of this workflow run.
The ID of the previous workflow run.
The ID of the previous workflow run.
Adds a key-value pair to workflow_run_properties.
To override the contents of this collection use set_workflow_run_properties.
The workflow run properties which were set during the run.
The workflow run properties which were set during the run.
The date and time when the workflow run was started.
The date and time when the workflow run was started.
The date and time when the workflow run completed.
The date and time when the workflow run completed.
The status of the workflow run.
The status of the workflow run.
This error message describes any error that may have occurred in starting the workflow run. Currently the only error message is "Concurrent runs exceeded for workflow: foo."
This error message describes any error that may have occurred in starting the workflow run. Currently the only error message is "Concurrent runs exceeded for workflow: foo."
The statistics of the run.
The statistics of the run.
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.
The batch condition that started the workflow run.
pub fn set_starting_event_batch_condition(
self,
input: Option<StartingEventBatchCondition>
) -> Self
pub fn set_starting_event_batch_condition(
self,
input: Option<StartingEventBatchCondition>
) -> Self
The batch condition that started the workflow run.
Consumes the builder and constructs a WorkflowRun
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
