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