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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LivenessOutputConfig.Builders3Bucket(String s3Bucket)The path to an AWS Amazon S3 bucket used to store Face Liveness session results.LivenessOutputConfig.Builders3KeyPrefix(String s3KeyPrefix)The prefix prepended to the output files for the Face Liveness session results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
s3Bucket
LivenessOutputConfig.Builder s3Bucket(String 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.
-
-