public static interface SessionContext.Builder extends SdkPojo, CopyableBuilder<SessionContext.Builder,SessionContext>
| Modifier and Type | Method and Description |
|---|---|
default SessionContext.Builder |
attributes(Consumer<SessionContextAttributes.Builder> attributes)
The date and time when the credentials were issued, and whether the credentials were authenticated with a
multi-factor authentication (MFA) device.
|
SessionContext.Builder |
attributes(SessionContextAttributes attributes)
The date and time when the credentials were issued, and whether the credentials were authenticated with a
multi-factor authentication (MFA) device.
|
default SessionContext.Builder |
sessionIssuer(Consumer<SessionIssuer.Builder> sessionIssuer)
The source and type of credentials that were issued to the entity.
|
SessionContext.Builder |
sessionIssuer(SessionIssuer sessionIssuer)
The source and type of credentials that were issued to the entity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionContext.Builder attributes(SessionContextAttributes attributes)
The date and time when the credentials were issued, and whether the credentials were authenticated with a multi-factor authentication (MFA) device.
attributes - The date and time when the credentials were issued, and whether the credentials were authenticated
with a multi-factor authentication (MFA) device.default SessionContext.Builder attributes(Consumer<SessionContextAttributes.Builder> attributes)
The date and time when the credentials were issued, and whether the credentials were authenticated with a multi-factor authentication (MFA) device.
This is a convenience method that creates an instance of theSessionContextAttributes.Builder
avoiding the need to create one manually via SessionContextAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to attributes(SessionContextAttributes).attributes - a consumer that will call methods on SessionContextAttributes.Builderattributes(SessionContextAttributes)SessionContext.Builder sessionIssuer(SessionIssuer sessionIssuer)
The source and type of credentials that were issued to the entity.
sessionIssuer - The source and type of credentials that were issued to the entity.default SessionContext.Builder sessionIssuer(Consumer<SessionIssuer.Builder> sessionIssuer)
The source and type of credentials that were issued to the entity.
This is a convenience method that creates an instance of theSessionIssuer.Builder avoiding the need
to create one manually via SessionIssuer.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sessionIssuer(SessionIssuer).sessionIssuer - a consumer that will call methods on SessionIssuer.BuildersessionIssuer(SessionIssuer)Copyright © 2022. All rights reserved.