pub struct Builder { /* private fields */ }Expand description
A builder for UpdateServicePipelineOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline(self, input: ServicePipeline) -> Self
pub fn pipeline(self, input: ServicePipeline) -> Self
The pipeline details that are returned by Proton.
sourcepub fn set_pipeline(self, input: Option<ServicePipeline>) -> Self
pub fn set_pipeline(self, input: Option<ServicePipeline>) -> Self
The pipeline details that are returned by Proton.
sourcepub fn build(self) -> UpdateServicePipelineOutput
pub fn build(self) -> UpdateServicePipelineOutput
Consumes the builder and constructs a UpdateServicePipelineOutput.