pub struct Builder { /* private fields */ }
Expand description
A builder for CreateEdgeDeploymentPlanOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn edge_deployment_plan_arn(self, input: impl Into<String>) -> Self
pub fn edge_deployment_plan_arn(self, input: impl Into<String>) -> Self
The ARN of the edge deployment plan.
sourcepub fn set_edge_deployment_plan_arn(self, input: Option<String>) -> Self
pub fn set_edge_deployment_plan_arn(self, input: Option<String>) -> Self
The ARN of the edge deployment plan.
sourcepub fn build(self) -> CreateEdgeDeploymentPlanOutput
pub fn build(self) -> CreateEdgeDeploymentPlanOutput
Consumes the builder and constructs a CreateEdgeDeploymentPlanOutput
.