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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionContextAttributes.BuildercreationDate(Instant creationDate)The date and time, in UTC and ISO 8601 format, when the credentials were issued.SessionContextAttributes.BuildermfaAuthenticated(Boolean mfaAuthenticated)Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-