Struct aws_sdk_datapipeline::input::delete_pipeline_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeletePipelineInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_id(self, input: impl Into<String>) -> Self
pub fn pipeline_id(self, input: impl Into<String>) -> Self
The ID of the pipeline.
sourcepub fn set_pipeline_id(self, input: Option<String>) -> Self
pub fn set_pipeline_id(self, input: Option<String>) -> Self
The ID of the pipeline.
sourcepub fn build(self) -> Result<DeletePipelineInput, BuildError>
pub fn build(self) -> Result<DeletePipelineInput, BuildError>
Consumes the builder and constructs a DeletePipelineInput
.