Struct aws_sdk_ec2::model::verified_access_group::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for VerifiedAccessGroup.
Implementations§
source§impl Builder
impl Builder
sourcepub fn verified_access_group_id(self, input: impl Into<String>) -> Self
pub fn verified_access_group_id(self, input: impl Into<String>) -> Self
The ID of the Verified Access group.
sourcepub fn set_verified_access_group_id(self, input: Option<String>) -> Self
pub fn set_verified_access_group_id(self, input: Option<String>) -> Self
The ID of the Verified Access group.
sourcepub fn verified_access_instance_id(self, input: impl Into<String>) -> Self
pub fn verified_access_instance_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services Verified Access instance.
sourcepub fn set_verified_access_instance_id(self, input: Option<String>) -> Self
pub fn set_verified_access_instance_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services Verified Access instance.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description for the Amazon Web Services Verified Access group.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description for the Amazon Web Services Verified Access group.
sourcepub fn owner(self, input: impl Into<String>) -> Self
pub fn owner(self, input: impl Into<String>) -> Self
The Amazon Web Services account number that owns the group.
sourcepub fn set_owner(self, input: Option<String>) -> Self
pub fn set_owner(self, input: Option<String>) -> Self
The Amazon Web Services account number that owns the group.
sourcepub fn verified_access_group_arn(self, input: impl Into<String>) -> Self
pub fn verified_access_group_arn(self, input: impl Into<String>) -> Self
The ARN of the Verified Access group.
sourcepub fn set_verified_access_group_arn(self, input: Option<String>) -> Self
pub fn set_verified_access_group_arn(self, input: Option<String>) -> Self
The ARN of the Verified Access group.
sourcepub fn creation_time(self, input: impl Into<String>) -> Self
pub fn creation_time(self, input: impl Into<String>) -> Self
The creation time.
sourcepub fn set_creation_time(self, input: Option<String>) -> Self
pub fn set_creation_time(self, input: Option<String>) -> Self
The creation time.
sourcepub fn last_updated_time(self, input: impl Into<String>) -> Self
pub fn last_updated_time(self, input: impl Into<String>) -> Self
The last updated time.
sourcepub fn set_last_updated_time(self, input: Option<String>) -> Self
pub fn set_last_updated_time(self, input: Option<String>) -> Self
The last updated time.
sourcepub fn deletion_time(self, input: impl Into<String>) -> Self
pub fn deletion_time(self, input: impl Into<String>) -> Self
The deletion time.
sourcepub fn set_deletion_time(self, input: Option<String>) -> Self
pub fn set_deletion_time(self, input: Option<String>) -> Self
The deletion time.
The tags.
sourcepub fn build(self) -> VerifiedAccessGroup
pub fn build(self) -> VerifiedAccessGroup
Consumes the builder and constructs a VerifiedAccessGroup.