Struct aws_sdk_codepipeline::output::get_pipeline_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetPipelineOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline(self, input: PipelineDeclaration) -> Self
pub fn pipeline(self, input: PipelineDeclaration) -> Self
Represents the structure of actions and stages to be performed in the pipeline.
sourcepub fn set_pipeline(self, input: Option<PipelineDeclaration>) -> Self
pub fn set_pipeline(self, input: Option<PipelineDeclaration>) -> Self
Represents the structure of actions and stages to be performed in the pipeline.
sourcepub fn metadata(self, input: PipelineMetadata) -> Self
pub fn metadata(self, input: PipelineMetadata) -> Self
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
sourcepub fn set_metadata(self, input: Option<PipelineMetadata>) -> Self
pub fn set_metadata(self, input: Option<PipelineMetadata>) -> Self
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
sourcepub fn build(self) -> GetPipelineOutput
pub fn build(self) -> GetPipelineOutput
Consumes the builder and constructs a GetPipelineOutput
.