Interface CreateFaceLivenessSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateFaceLivenessSessionResponse.Builder,
,CreateFaceLivenessSessionResponse> RekognitionResponse.Builder
,SdkBuilder<CreateFaceLivenessSessionResponse.Builder,
,CreateFaceLivenessSessionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateFaceLivenessSessionResponse
public static interface CreateFaceLivenessSessionResponse.Builder
extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<CreateFaceLivenessSessionResponse.Builder,CreateFaceLivenessSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA unique 128-bit UUID identifying a Face Liveness session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
sessionId
A unique 128-bit UUID identifying a Face Liveness session. A new sessionID must be used for every Face Liveness check. If a given sessionID is used for subsequent Face Liveness checks, the checks will fail. Additionally, a SessionId expires 3 minutes after it's sent, making all Liveness data associated with the session (e.g., sessionID, reference image, audit images, etc.) unavailable.
- Parameters:
sessionId
- A unique 128-bit UUID identifying a Face Liveness session. A new sessionID must be used for every Face Liveness check. If a given sessionID is used for subsequent Face Liveness checks, the checks will fail. Additionally, a SessionId expires 3 minutes after it's sent, making all Liveness data associated with the session (e.g., sessionID, reference image, audit images, etc.) unavailable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-