Struct aws_sdk_macie2::model::session_context_attributes::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for SessionContextAttributes
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
sourcepub fn mfa_authenticated(self, input: bool) -> Self
pub fn mfa_authenticated(self, input: bool) -> Self
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
sourcepub fn set_mfa_authenticated(self, input: Option<bool>) -> Self
pub fn set_mfa_authenticated(self, input: Option<bool>) -> Self
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
sourcepub fn build(self) -> SessionContextAttributes
pub fn build(self) -> SessionContextAttributes
Consumes the builder and constructs a SessionContextAttributes
.
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