#[non_exhaustive]pub struct StopExecutionTriggerBuilder { /* private fields */ }
Expand description
A builder for StopExecutionTrigger
.
Implementations§
source§impl StopExecutionTriggerBuilder
impl StopExecutionTriggerBuilder
sourcepub fn reason(self, input: impl Into<String>) -> Self
pub fn reason(self, input: impl Into<String>) -> Self
The user-specified reason the pipeline was stopped.
sourcepub fn set_reason(self, input: Option<String>) -> Self
pub fn set_reason(self, input: Option<String>) -> Self
The user-specified reason the pipeline was stopped.
sourcepub fn build(self) -> StopExecutionTrigger
pub fn build(self) -> StopExecutionTrigger
Consumes the builder and constructs a StopExecutionTrigger
.
Trait Implementations§
source§impl Clone for StopExecutionTriggerBuilder
impl Clone for StopExecutionTriggerBuilder
source§fn clone(&self) -> StopExecutionTriggerBuilder
fn clone(&self) -> StopExecutionTriggerBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StopExecutionTriggerBuilder
impl Debug for StopExecutionTriggerBuilder
source§impl Default for StopExecutionTriggerBuilder
impl Default for StopExecutionTriggerBuilder
source§fn default() -> StopExecutionTriggerBuilder
fn default() -> StopExecutionTriggerBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopExecutionTriggerBuilder> for StopExecutionTriggerBuilder
impl PartialEq<StopExecutionTriggerBuilder> for StopExecutionTriggerBuilder
source§fn eq(&self, other: &StopExecutionTriggerBuilder) -> bool
fn eq(&self, other: &StopExecutionTriggerBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.