Struct aws_sdk_codepipeline::model::pipeline_context::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PipelineContext
Implementations
The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
The stage of the pipeline.
The stage of the pipeline.
The context of an action to a job worker in the stage of a pipeline.
The context of an action to a job worker in the stage of a pipeline.
The Amazon Resource Name (ARN) of the pipeline.
The Amazon Resource Name (ARN) of the pipeline.
The execution ID of the pipeline.
The execution ID of the pipeline.
Consumes the builder and constructs a PipelineContext
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