Struct aws_sdk_networkmanager::model::global_network::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GlobalNetwork
.
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 global_network_arn(self, input: impl Into<String>) -> Self
pub fn global_network_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the global network.
sourcepub fn set_global_network_arn(self, input: Option<String>) -> Self
pub fn set_global_network_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the global network.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the global network.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the global network.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The date and time that the global network was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The date and time that the global network was created.
sourcepub fn state(self, input: GlobalNetworkState) -> Self
pub fn state(self, input: GlobalNetworkState) -> Self
The state of the global network.
sourcepub fn set_state(self, input: Option<GlobalNetworkState>) -> Self
pub fn set_state(self, input: Option<GlobalNetworkState>) -> Self
The state of the global network.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the global network.
The tags for the global network.
sourcepub fn build(self) -> GlobalNetwork
pub fn build(self) -> GlobalNetwork
Consumes the builder and constructs a GlobalNetwork
.