Struct aws_sdk_networkmanager::model::link::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Link
.
Implementations§
source§impl Builder
impl Builder
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 link_arn(self, input: impl Into<String>) -> Self
pub fn link_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the link.
sourcepub fn set_link_arn(self, input: Option<String>) -> Self
pub fn set_link_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the link.
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_site_id(self, input: Option<String>) -> Self
pub fn set_site_id(self, input: Option<String>) -> Self
The ID of the site.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the link.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the link.
sourcepub fn set_bandwidth(self, input: Option<Bandwidth>) -> Self
pub fn set_bandwidth(self, input: Option<Bandwidth>) -> Self
The bandwidth for the link.
sourcepub fn set_provider(self, input: Option<String>) -> Self
pub fn set_provider(self, input: Option<String>) -> Self
The provider of the link.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The date and time that the link 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 link was created.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the link.
The tags for the link.