Struct aws_sdk_macie2::model::session_context_attributes::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SessionContextAttributes
.
Implementations§
source§impl 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
.