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
Modifier and TypeMethodDescriptioncreationDate(Instant creationDate) The date and time, in UTC and ISO 8601 format, when the credentials were issued.mfaAuthenticated(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -