pub struct Builder { /* private fields */ }Expand description
A builder for StopBgpFailoverTestInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn virtual_interface_id(self, input: impl Into<String>) -> Self
pub fn virtual_interface_id(self, input: impl Into<String>) -> Self
The ID of the virtual interface you no longer want to test.
sourcepub fn set_virtual_interface_id(self, input: Option<String>) -> Self
pub fn set_virtual_interface_id(self, input: Option<String>) -> Self
The ID of the virtual interface you no longer want to test.
sourcepub fn build(self) -> Result<StopBgpFailoverTestInput, BuildError>
pub fn build(self) -> Result<StopBgpFailoverTestInput, BuildError>
Consumes the builder and constructs a StopBgpFailoverTestInput.