Struct aws_sdk_appmesh::model::route_data::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RouteData
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn mesh_name(self, input: impl Into<String>) -> Self
pub fn mesh_name(self, input: impl Into<String>) -> Self
The name of the service mesh that the route resides in.
sourcepub fn set_mesh_name(self, input: Option<String>) -> Self
pub fn set_mesh_name(self, input: Option<String>) -> Self
The name of the service mesh that the route resides in.
sourcepub fn virtual_router_name(self, input: impl Into<String>) -> Self
pub fn virtual_router_name(self, input: impl Into<String>) -> Self
The virtual router that the route is associated with.
sourcepub fn set_virtual_router_name(self, input: Option<String>) -> Self
pub fn set_virtual_router_name(self, input: Option<String>) -> Self
The virtual router that the route is associated with.
sourcepub fn route_name(self, input: impl Into<String>) -> Self
pub fn route_name(self, input: impl Into<String>) -> Self
The name of the route.
sourcepub fn set_route_name(self, input: Option<String>) -> Self
pub fn set_route_name(self, input: Option<String>) -> Self
The name of the route.
sourcepub fn metadata(self, input: ResourceMetadata) -> Self
pub fn metadata(self, input: ResourceMetadata) -> Self
The associated metadata for the route.
sourcepub fn set_metadata(self, input: Option<ResourceMetadata>) -> Self
pub fn set_metadata(self, input: Option<ResourceMetadata>) -> Self
The associated metadata for the route.
sourcepub fn status(self, input: RouteStatus) -> Self
pub fn status(self, input: RouteStatus) -> Self
The status of the route.
sourcepub fn set_status(self, input: Option<RouteStatus>) -> Self
pub fn set_status(self, input: Option<RouteStatus>) -> Self
The status of the route.