Struct aws_sdk_ec2::types::builders::VerifiedAccessGroupBuilder
source · #[non_exhaustive]pub struct VerifiedAccessGroupBuilder { /* private fields */ }
Expand description
A builder for VerifiedAccessGroup
.
Implementations§
source§impl VerifiedAccessGroupBuilder
impl VerifiedAccessGroupBuilder
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 get_verified_access_group_id(&self) -> &Option<String>
pub fn get_verified_access_group_id(&self) -> &Option<String>
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 get_verified_access_instance_id(&self) -> &Option<String>
pub fn get_verified_access_instance_id(&self) -> &Option<String>
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 get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
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 get_owner(&self) -> &Option<String>
pub fn get_owner(&self) -> &Option<String>
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 get_verified_access_group_arn(&self) -> &Option<String>
pub fn get_verified_access_group_arn(&self) -> &Option<String>
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 get_creation_time(&self) -> &Option<String>
pub fn get_creation_time(&self) -> &Option<String>
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 get_last_updated_time(&self) -> &Option<String>
pub fn get_last_updated_time(&self) -> &Option<String>
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.
sourcepub fn get_deletion_time(&self) -> &Option<String>
pub fn get_deletion_time(&self) -> &Option<String>
The deletion time.
The tags.
The tags.
sourcepub fn sse_specification(
self,
input: VerifiedAccessSseSpecificationResponse,
) -> Self
pub fn sse_specification( self, input: VerifiedAccessSseSpecificationResponse, ) -> Self
The options in use for server side encryption.
sourcepub fn set_sse_specification(
self,
input: Option<VerifiedAccessSseSpecificationResponse>,
) -> Self
pub fn set_sse_specification( self, input: Option<VerifiedAccessSseSpecificationResponse>, ) -> Self
The options in use for server side encryption.
sourcepub fn get_sse_specification(
&self,
) -> &Option<VerifiedAccessSseSpecificationResponse>
pub fn get_sse_specification( &self, ) -> &Option<VerifiedAccessSseSpecificationResponse>
The options in use for server side encryption.
sourcepub fn build(self) -> VerifiedAccessGroup
pub fn build(self) -> VerifiedAccessGroup
Consumes the builder and constructs a VerifiedAccessGroup
.
Trait Implementations§
source§impl Clone for VerifiedAccessGroupBuilder
impl Clone for VerifiedAccessGroupBuilder
source§fn clone(&self) -> VerifiedAccessGroupBuilder
fn clone(&self) -> VerifiedAccessGroupBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for VerifiedAccessGroupBuilder
impl Debug for VerifiedAccessGroupBuilder
source§impl Default for VerifiedAccessGroupBuilder
impl Default for VerifiedAccessGroupBuilder
source§fn default() -> VerifiedAccessGroupBuilder
fn default() -> VerifiedAccessGroupBuilder
source§impl PartialEq for VerifiedAccessGroupBuilder
impl PartialEq for VerifiedAccessGroupBuilder
source§fn eq(&self, other: &VerifiedAccessGroupBuilder) -> bool
fn eq(&self, other: &VerifiedAccessGroupBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VerifiedAccessGroupBuilder
Auto Trait Implementations§
impl Freeze for VerifiedAccessGroupBuilder
impl RefUnwindSafe for VerifiedAccessGroupBuilder
impl Send for VerifiedAccessGroupBuilder
impl Sync for VerifiedAccessGroupBuilder
impl Unpin for VerifiedAccessGroupBuilder
impl UnwindSafe for VerifiedAccessGroupBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more