Struct aws_sdk_ec2::model::network_insights_access_scope::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for NetworkInsightsAccessScope
.
Implementations
sourceimpl 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
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more