Struct aws_sdk_glue::model::workflow_run_statistics::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for WorkflowRunStatistics.
Implementations§
source§impl Builder
impl Builder
sourcepub fn total_actions(self, input: i32) -> Self
pub fn total_actions(self, input: i32) -> Self
Total number of Actions in the workflow run.
sourcepub fn set_total_actions(self, input: Option<i32>) -> Self
pub fn set_total_actions(self, input: Option<i32>) -> Self
Total number of Actions in the workflow run.
sourcepub fn timeout_actions(self, input: i32) -> Self
pub fn timeout_actions(self, input: i32) -> Self
Total number of Actions that timed out.
sourcepub fn set_timeout_actions(self, input: Option<i32>) -> Self
pub fn set_timeout_actions(self, input: Option<i32>) -> Self
Total number of Actions that timed out.
sourcepub fn failed_actions(self, input: i32) -> Self
pub fn failed_actions(self, input: i32) -> Self
Total number of Actions that have failed.
sourcepub fn set_failed_actions(self, input: Option<i32>) -> Self
pub fn set_failed_actions(self, input: Option<i32>) -> Self
Total number of Actions that have failed.
sourcepub fn stopped_actions(self, input: i32) -> Self
pub fn stopped_actions(self, input: i32) -> Self
Total number of Actions that have stopped.
sourcepub fn set_stopped_actions(self, input: Option<i32>) -> Self
pub fn set_stopped_actions(self, input: Option<i32>) -> Self
Total number of Actions that have stopped.
sourcepub fn succeeded_actions(self, input: i32) -> Self
pub fn succeeded_actions(self, input: i32) -> Self
Total number of Actions that have succeeded.
sourcepub fn set_succeeded_actions(self, input: Option<i32>) -> Self
pub fn set_succeeded_actions(self, input: Option<i32>) -> Self
Total number of Actions that have succeeded.
sourcepub fn running_actions(self, input: i32) -> Self
pub fn running_actions(self, input: i32) -> Self
Total number Actions in running state.
sourcepub fn set_running_actions(self, input: Option<i32>) -> Self
pub fn set_running_actions(self, input: Option<i32>) -> Self
Total number Actions in running state.
sourcepub fn errored_actions(self, input: i32) -> Self
pub fn errored_actions(self, input: i32) -> Self
Indicates the count of job runs in the ERROR state in the workflow run.
sourcepub fn set_errored_actions(self, input: Option<i32>) -> Self
pub fn set_errored_actions(self, input: Option<i32>) -> Self
Indicates the count of job runs in the ERROR state in the workflow run.
sourcepub fn waiting_actions(self, input: i32) -> Self
pub fn waiting_actions(self, input: i32) -> Self
Indicates the count of job runs in WAITING state in the workflow run.
sourcepub fn set_waiting_actions(self, input: Option<i32>) -> Self
pub fn set_waiting_actions(self, input: Option<i32>) -> Self
Indicates the count of job runs in WAITING state in the workflow run.
sourcepub fn build(self) -> WorkflowRunStatistics
pub fn build(self) -> WorkflowRunStatistics
Consumes the builder and constructs a WorkflowRunStatistics.