Interface SessionContextAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SessionContextAttributes.Builder,SessionContextAttributes>, SdkBuilder<SessionContextAttributes.Builder,SessionContextAttributes>, SdkPojo
Enclosing class:
SessionContextAttributes

public static interface SessionContextAttributes.Builder extends SdkPojo, CopyableBuilder<SessionContextAttributes.Builder,SessionContextAttributes>
  • Method Details

    • creationDate

      SessionContextAttributes.Builder creationDate(Instant creationDate)

      The date and time, in UTC and ISO 8601 format, when the credentials were issued.

      Parameters:
      creationDate - The date and time, in UTC and ISO 8601 format, when the credentials were issued.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mfaAuthenticated

      SessionContextAttributes.Builder mfaAuthenticated(Boolean mfaAuthenticated)

      Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.

      Parameters:
      mfaAuthenticated - Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.