pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateGlobalNetworkInput
.
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 your 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 your global network.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the global network.
Constraints: Maximum length of 256 characters.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the global network.
Constraints: Maximum length of 256 characters.
sourcepub fn build(self) -> Result<UpdateGlobalNetworkInput, BuildError>
pub fn build(self) -> Result<UpdateGlobalNetworkInput, BuildError>
Consumes the builder and constructs a UpdateGlobalNetworkInput
.