pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteNetworkInsightsPathOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_insights_path_id(self, input: impl Into<String>) -> Self
pub fn network_insights_path_id(self, input: impl Into<String>) -> Self
The ID of the path.
sourcepub fn set_network_insights_path_id(self, input: Option<String>) -> Self
pub fn set_network_insights_path_id(self, input: Option<String>) -> Self
The ID of the path.
sourcepub fn build(self) -> DeleteNetworkInsightsPathOutput
pub fn build(self) -> DeleteNetworkInsightsPathOutput
Consumes the builder and constructs a DeleteNetworkInsightsPathOutput
.