Struct aws_sdk_networkmanager::input::delete_link_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteLinkInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn global_network_id(self, input: impl Into<String>) -> Self
pub fn global_network_id(self, input: impl Into<String>) -> Self
The ID of the global network.
sourcepub fn set_global_network_id(self, input: Option<String>) -> Self
pub fn set_global_network_id(self, input: Option<String>) -> Self
The ID of the global network.
sourcepub fn set_link_id(self, input: Option<String>) -> Self
pub fn set_link_id(self, input: Option<String>) -> Self
The ID of the link.
sourcepub fn build(self) -> Result<DeleteLinkInput, BuildError>
pub fn build(self) -> Result<DeleteLinkInput, BuildError>
Consumes the builder and constructs a DeleteLinkInput
.