Struct aws_sdk_appmesh::model::route_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RouteStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status(self, input: RouteStatusCode) -> Self
pub fn status(self, input: RouteStatusCode) -> Self
The current status for the route.
sourcepub fn set_status(self, input: Option<RouteStatusCode>) -> Self
pub fn set_status(self, input: Option<RouteStatusCode>) -> Self
The current status for the route.
sourcepub fn build(self) -> RouteStatus
pub fn build(self) -> RouteStatus
Consumes the builder and constructs a RouteStatus
.