pub struct Builder { /* private fields */ }
Expand description
A builder for GetPipelineExecutionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_name(self, input: impl Into<String>) -> Self
pub fn pipeline_name(self, input: impl Into<String>) -> Self
The name of the pipeline about which you want to get execution details.
sourcepub fn set_pipeline_name(self, input: Option<String>) -> Self
pub fn set_pipeline_name(self, input: Option<String>) -> Self
The name of the pipeline about which you want to get execution details.
sourcepub fn pipeline_execution_id(self, input: impl Into<String>) -> Self
pub fn pipeline_execution_id(self, input: impl Into<String>) -> Self
The ID of the pipeline execution about which you want to get execution details.
sourcepub fn set_pipeline_execution_id(self, input: Option<String>) -> Self
pub fn set_pipeline_execution_id(self, input: Option<String>) -> Self
The ID of the pipeline execution about which you want to get execution details.
sourcepub fn build(self) -> Result<GetPipelineExecutionInput, BuildError>
pub fn build(self) -> Result<GetPipelineExecutionInput, BuildError>
Consumes the builder and constructs a GetPipelineExecutionInput
.