pub struct Builder { /* private fields */ }
Expand description
A builder for StartPipelineExecutionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_execution_id(self, input: impl Into<String>) -> Self
pub fn pipeline_execution_id(self, input: impl Into<String>) -> Self
The unique system-generated ID of the pipeline execution that was started.
sourcepub fn set_pipeline_execution_id(self, input: Option<String>) -> Self
pub fn set_pipeline_execution_id(self, input: Option<String>) -> Self
The unique system-generated ID of the pipeline execution that was started.
sourcepub fn build(self) -> StartPipelineExecutionOutput
pub fn build(self) -> StartPipelineExecutionOutput
Consumes the builder and constructs a StartPipelineExecutionOutput
.