Struct aws_sdk_appmesh::output::create_route_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateRouteOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn route(self, input: RouteData) -> Self
pub fn route(self, input: RouteData) -> Self
The full description of your mesh following the create call.
sourcepub fn set_route(self, input: Option<RouteData>) -> Self
pub fn set_route(self, input: Option<RouteData>) -> Self
The full description of your mesh following the create call.
sourcepub fn build(self) -> CreateRouteOutput
pub fn build(self) -> CreateRouteOutput
Consumes the builder and constructs a CreateRouteOutput
.