pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteEdgeDeploymentPlanInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn edge_deployment_plan_name(self, input: impl Into<String>) -> Self
pub fn edge_deployment_plan_name(self, input: impl Into<String>) -> Self
The name of the edge deployment plan to delete.
sourcepub fn set_edge_deployment_plan_name(self, input: Option<String>) -> Self
pub fn set_edge_deployment_plan_name(self, input: Option<String>) -> Self
The name of the edge deployment plan to delete.
sourcepub fn build(self) -> Result<DeleteEdgeDeploymentPlanInput, BuildError>
pub fn build(self) -> Result<DeleteEdgeDeploymentPlanInput, BuildError>
Consumes the builder and constructs a DeleteEdgeDeploymentPlanInput
.