Struct aws_sdk_ec2::model::network_insights_access_scope::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NetworkInsightsAccessScope
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_insights_access_scope_id(self, input: impl Into<String>) -> Self
pub fn network_insights_access_scope_id(self, input: impl Into<String>) -> Self
The ID of the Network Access Scope.
sourcepub fn set_network_insights_access_scope_id(self, input: Option<String>) -> Self
pub fn set_network_insights_access_scope_id(self, input: Option<String>) -> Self
The ID of the Network Access Scope.
sourcepub fn network_insights_access_scope_arn(self, input: impl Into<String>) -> Self
pub fn network_insights_access_scope_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Network Access Scope.
sourcepub fn set_network_insights_access_scope_arn(self, input: Option<String>) -> Self
pub fn set_network_insights_access_scope_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Network Access Scope.
sourcepub fn created_date(self, input: DateTime) -> Self
pub fn created_date(self, input: DateTime) -> Self
The creation date.
sourcepub fn set_created_date(self, input: Option<DateTime>) -> Self
pub fn set_created_date(self, input: Option<DateTime>) -> Self
The creation date.
sourcepub fn updated_date(self, input: DateTime) -> Self
pub fn updated_date(self, input: DateTime) -> Self
The last updated date.
sourcepub fn set_updated_date(self, input: Option<DateTime>) -> Self
pub fn set_updated_date(self, input: Option<DateTime>) -> Self
The last updated date.
The tags.
sourcepub fn build(self) -> NetworkInsightsAccessScope
pub fn build(self) -> NetworkInsightsAccessScope
Consumes the builder and constructs a NetworkInsightsAccessScope
.