pub struct Builder { /* private fields */ }
Expand description
A builder for DescribePipelineDefinitionForExecutionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_execution_arn(self, input: impl Into<String>) -> Self
pub fn pipeline_execution_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the pipeline execution.
sourcepub fn set_pipeline_execution_arn(self, input: Option<String>) -> Self
pub fn set_pipeline_execution_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the pipeline execution.
sourcepub fn build(
self
) -> Result<DescribePipelineDefinitionForExecutionInput, BuildError>
pub fn build(
self
) -> Result<DescribePipelineDefinitionForExecutionInput, BuildError>
Consumes the builder and constructs a DescribePipelineDefinitionForExecutionInput
.