Interface ActorSession.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ActorSession.Builder,,ActorSession> SdkBuilder<ActorSession.Builder,,ActorSession> SdkPojo
- Enclosing class:
ActorSession
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime(Long createdTime) The timestamp for when the session was created.The issuer of the session.Indicates whether multi-factor authentication (MFA) was used for authentication during the session.mfaStatus(ActorSessionMfaStatus mfaStatus) Indicates whether multi-factor authentication (MFA) was used for authentication during the session.Unique identifier of the session.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
-
uid
Unique identifier of the session.
- Parameters:
uid- Unique identifier of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mfaStatus
Indicates whether multi-factor authentication (MFA) was used for authentication during the session.
In CloudTrail, you can find this value as
userIdentity.sessionContext.attributes.mfaAuthenticated.- Parameters:
mfaStatus- Indicates whether multi-factor authentication (MFA) was used for authentication during the session.In CloudTrail, you can find this value as
userIdentity.sessionContext.attributes.mfaAuthenticated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mfaStatus
Indicates whether multi-factor authentication (MFA) was used for authentication during the session.
In CloudTrail, you can find this value as
userIdentity.sessionContext.attributes.mfaAuthenticated.- Parameters:
mfaStatus- Indicates whether multi-factor authentication (MFA) was used for authentication during the session.In CloudTrail, you can find this value as
userIdentity.sessionContext.attributes.mfaAuthenticated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTime
The timestamp for when the session was created.
In CloudTrail, you can find this value as
userIdentity.sessionContext.attributes.creationDate.- Parameters:
createdTime- The timestamp for when the session was created.In CloudTrail, you can find this value as
userIdentity.sessionContext.attributes.creationDate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issuer
The issuer of the session.
In CloudTrail, you can find this value as
userIdentity.sessionContext.sessionIssuer.arn.- Parameters:
issuer- The issuer of the session.In CloudTrail, you can find this value as
userIdentity.sessionContext.sessionIssuer.arn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-