@Generated(value="software.amazon.awssdk:codegen") public final class LivenessOutputConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LivenessOutputConfig.Builder,LivenessOutputConfig>
Contains settings that specify the location of an Amazon S3 bucket used to store the output of a Face Liveness session. Note that the S3 bucket must be located in the caller's AWS account and in the same region as the Face Liveness end-point. Additionally, the Amazon S3 object keys are auto-generated by the Face Liveness system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LivenessOutputConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LivenessOutputConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Bucket()
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
|
String |
s3KeyPrefix()
The prefix appended to the output files for the Face Liveness session results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LivenessOutputConfig.Builder> |
serializableBuilderClass() |
LivenessOutputConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3Bucket()
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
public final String s3KeyPrefix()
The prefix appended to the output files for the Face Liveness session results.
public LivenessOutputConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LivenessOutputConfig.Builder,LivenessOutputConfig>public static LivenessOutputConfig.Builder builder()
public static Class<? extends LivenessOutputConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.