Struct aws_sdk_codepipeline::input::update_pipeline_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdatePipelineInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline(self, input: PipelineDeclaration) -> Self
pub fn pipeline(self, input: PipelineDeclaration) -> Self
The name of the pipeline to be updated.
sourcepub fn set_pipeline(self, input: Option<PipelineDeclaration>) -> Self
pub fn set_pipeline(self, input: Option<PipelineDeclaration>) -> Self
The name of the pipeline to be updated.
sourcepub fn build(self) -> Result<UpdatePipelineInput, BuildError>
pub fn build(self) -> Result<UpdatePipelineInput, BuildError>
Consumes the builder and constructs a UpdatePipelineInput
.