#[non_exhaustive]pub struct GetPipelineOutputBuilder { /* private fields */ }
Expand description
A builder for GetPipelineOutput
.
Implementations§
source§impl GetPipelineOutputBuilder
impl GetPipelineOutputBuilder
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
.
Trait Implementations§
source§impl Clone for GetPipelineOutputBuilder
impl Clone for GetPipelineOutputBuilder
source§fn clone(&self) -> GetPipelineOutputBuilder
fn clone(&self) -> GetPipelineOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetPipelineOutputBuilder
impl Debug for GetPipelineOutputBuilder
source§impl Default for GetPipelineOutputBuilder
impl Default for GetPipelineOutputBuilder
source§fn default() -> GetPipelineOutputBuilder
fn default() -> GetPipelineOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetPipelineOutputBuilder> for GetPipelineOutputBuilder
impl PartialEq<GetPipelineOutputBuilder> for GetPipelineOutputBuilder
source§fn eq(&self, other: &GetPipelineOutputBuilder) -> bool
fn eq(&self, other: &GetPipelineOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.