Struct aws_sdk_networkmanager::model::route_analysis_path::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RouteAnalysisPath
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn completion_status(self, input: RouteAnalysisCompletion) -> Self
pub fn completion_status(self, input: RouteAnalysisCompletion) -> Self
The status of the analysis at completion.
sourcepub fn set_completion_status(
self,
input: Option<RouteAnalysisCompletion>
) -> Self
pub fn set_completion_status(
self,
input: Option<RouteAnalysisCompletion>
) -> Self
The status of the analysis at completion.
sourcepub fn path(self, input: PathComponent) -> Self
pub fn path(self, input: PathComponent) -> Self
Appends an item to path
.
To override the contents of this collection use set_path
.
The route analysis path.
sourcepub fn set_path(self, input: Option<Vec<PathComponent>>) -> Self
pub fn set_path(self, input: Option<Vec<PathComponent>>) -> Self
The route analysis path.
sourcepub fn build(self) -> RouteAnalysisPath
pub fn build(self) -> RouteAnalysisPath
Consumes the builder and constructs a RouteAnalysisPath
.