public static interface SessionContextAttributes.Builder extends SdkPojo, CopyableBuilder<SessionContextAttributes.Builder,SessionContextAttributes>
| Modifier and Type | Method and Description |
|---|---|
SessionContextAttributes.Builder |
creationDate(Instant creationDate)
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
|
SessionContextAttributes.Builder |
mfaAuthenticated(Boolean mfaAuthenticated)
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionContextAttributes.Builder creationDate(Instant creationDate)
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
creationDate - The date and time, in UTC and ISO 8601 format, when the credentials were issued.SessionContextAttributes.Builder mfaAuthenticated(Boolean mfaAuthenticated)
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
mfaAuthenticated - Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.Copyright © 2022. All rights reserved.