pub struct Builder { /* private fields */ }
Expand description
A builder for CreateGlobalNetworkInput
.
Implementations§
source§impl Builder
impl Builder
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.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags to apply to the resource during creation.
The tags to apply to the resource during creation.
sourcepub fn build(self) -> Result<CreateGlobalNetworkInput, BuildError>
pub fn build(self) -> Result<CreateGlobalNetworkInput, BuildError>
Consumes the builder and constructs a CreateGlobalNetworkInput
.