Interface LivenessOutputConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LivenessOutputConfig.Builder,LivenessOutputConfig>, SdkBuilder<LivenessOutputConfig.Builder,LivenessOutputConfig>, SdkPojo
Enclosing class:
LivenessOutputConfig

public static interface LivenessOutputConfig.Builder extends SdkPojo, CopyableBuilder<LivenessOutputConfig.Builder,LivenessOutputConfig>
  • Method Details

    • s3Bucket

      The path to an AWS Amazon S3 bucket used to store Face Liveness session results.

      Parameters:
      s3Bucket - The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3KeyPrefix

      LivenessOutputConfig.Builder s3KeyPrefix(String s3KeyPrefix)

      The prefix prepended to the output files for the Face Liveness session results.

      Parameters:
      s3KeyPrefix - The prefix prepended to the output files for the Face Liveness session results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.