Interface SessionContextAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SessionContextAttributes.Builder,,- SessionContextAttributes> - SdkBuilder<SessionContextAttributes.Builder,,- SessionContextAttributes> - SdkPojo
- Enclosing class:
- SessionContextAttributes
@Mutable
@NotThreadSafe
public static interface SessionContextAttributes.Builder
extends SdkPojo, CopyableBuilder<SessionContextAttributes.Builder,SessionContextAttributes> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
creationDateThe 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.
 
- 
mfaAuthenticatedSpecifies 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.
 
 
-