Struct aws_sdk_codepipeline::model::transition_state::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TransitionState
Implementations
Whether the transition between stages is enabled (true) or disabled (false).
Whether the transition between stages is enabled (true) or disabled (false).
The ID of the user who last changed the transition state.
The ID of the user who last changed the transition state.
The timestamp when the transition state was last changed.
The timestamp when the transition state was last changed.
The user-specified reason why the transition between two stages of a pipeline was disabled.
The user-specified reason why the transition between two stages of a pipeline was disabled.
Consumes the builder and constructs a TransitionState
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