pub struct Builder { /* private fields */ }
Expand description
A builder for VirtualRouterServiceProvider
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn virtual_router_name(self, input: impl Into<String>) -> Self
pub fn virtual_router_name(self, input: impl Into<String>) -> Self
The name of the virtual router that is acting as a service provider.
sourcepub fn set_virtual_router_name(self, input: Option<String>) -> Self
pub fn set_virtual_router_name(self, input: Option<String>) -> Self
The name of the virtual router that is acting as a service provider.
sourcepub fn build(self) -> VirtualRouterServiceProvider
pub fn build(self) -> VirtualRouterServiceProvider
Consumes the builder and constructs a VirtualRouterServiceProvider
.