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