public static interface CreateFaceLivenessSessionRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<CreateFaceLivenessSessionRequest.Builder,CreateFaceLivenessSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFaceLivenessSessionRequest.Builder |
clientRequestToken(String clientRequestToken)
Idempotent token is used to recognize the Face Liveness request.
|
CreateFaceLivenessSessionRequest.Builder |
kmsKeyId(String kmsKeyId)
The identifier for your AWS Key Management Service key (AWS KMS key).
|
CreateFaceLivenessSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFaceLivenessSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateFaceLivenessSessionRequest.Builder |
settings(Consumer<CreateFaceLivenessSessionRequestSettings.Builder> settings)
A session settings object.
|
CreateFaceLivenessSessionRequest.Builder |
settings(CreateFaceLivenessSessionRequestSettings settings)
A session settings object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFaceLivenessSessionRequest.Builder kmsKeyId(String kmsKeyId)
The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt audit images and reference images.
kmsKeyId - The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt audit images and
reference images.CreateFaceLivenessSessionRequest.Builder settings(CreateFaceLivenessSessionRequestSettings settings)
A session settings object. It contains settings for the operation to be performed. For Face Liveness, it
accepts OutputConfig and AuditImagesLimit.
settings - A session settings object. It contains settings for the operation to be performed. For Face Liveness,
it accepts OutputConfig and AuditImagesLimit.default CreateFaceLivenessSessionRequest.Builder settings(Consumer<CreateFaceLivenessSessionRequestSettings.Builder> settings)
A session settings object. It contains settings for the operation to be performed. For Face Liveness, it
accepts OutputConfig and AuditImagesLimit.
CreateFaceLivenessSessionRequestSettings.Builder avoiding the need to create one manually via
CreateFaceLivenessSessionRequestSettings.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to settings(CreateFaceLivenessSessionRequestSettings).
settings - a consumer that will call methods on CreateFaceLivenessSessionRequestSettings.Buildersettings(CreateFaceLivenessSessionRequestSettings)CreateFaceLivenessSessionRequest.Builder clientRequestToken(String clientRequestToken)
Idempotent token is used to recognize the Face Liveness request. If the same token is used with multiple
CreateFaceLivenessSession requests, the same session is returned. This token is employed to
avoid unintentionally creating the same session multiple times.
clientRequestToken - Idempotent token is used to recognize the Face Liveness request. If the same token is used with
multiple CreateFaceLivenessSession requests, the same session is returned. This token is
employed to avoid unintentionally creating the same session multiple times.CreateFaceLivenessSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFaceLivenessSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.