Struct aws_sdk_codebuild::model::phase_context::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PhaseContext
Implementations
The status code for the context of the build phase.
The status code for the context of the build phase.
An explanation of the build phase's context. This might include a command ID and an exit code.
An explanation of the build phase's context. This might include a command ID and an exit code.
Consumes the builder and constructs a PhaseContext
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