Interface SessionMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SessionMetadata.Builder,,SessionMetadata> SdkBuilder<SessionMetadata.Builder,,SessionMetadata> SdkPojo
- Enclosing class:
SessionMetadata
@Mutable
@NotThreadSafe
public static interface SessionMetadata.Builder
extends SdkPojo, CopyableBuilder<SessionMetadata.Builder,SessionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of SDK that was used to stream the video for the Face Liveness 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
-
sdkType
The type of SDK that was used to stream the video for the Face Liveness session.
This value is self-reported by the client that streamed the session, and Amazon Rekognition doesn't verify it. Don't rely on it for authentication, authorization, or any other security decision.
- Parameters:
sdkType- The type of SDK that was used to stream the video for the Face Liveness session.This value is self-reported by the client that streamed the session, and Amazon Rekognition doesn't verify it. Don't rely on it for authentication, authorization, or any other security decision.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-