public static interface LivenessOutputConfig.Builder extends SdkPojo, CopyableBuilder<LivenessOutputConfig.Builder,LivenessOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
LivenessOutputConfig.Builder |
s3Bucket(String s3Bucket)
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
|
LivenessOutputConfig.Builder |
s3KeyPrefix(String s3KeyPrefix)
The prefix appended to the output files for the Face Liveness session results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLivenessOutputConfig.Builder s3Bucket(String s3Bucket)
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
s3Bucket - The path to an AWS Amazon S3 bucket used to store Face Liveness session results.LivenessOutputConfig.Builder s3KeyPrefix(String s3KeyPrefix)
The prefix appended to the output files for the Face Liveness session results.
s3KeyPrefix - The prefix appended to the output files for the Face Liveness session results.Copyright © 2023. All rights reserved.