pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteGlobalNetworkInput
.
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 build(self) -> Result<DeleteGlobalNetworkInput, BuildError>
pub fn build(self) -> Result<DeleteGlobalNetworkInput, BuildError>
Consumes the builder and constructs a DeleteGlobalNetworkInput
.