Class LivenessOutputConfig
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.LivenessOutputConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LivenessOutputConfig.Builder,LivenessOutputConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLivenessOutputConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LivenessOutputConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Bucket()The path to an AWS Amazon S3 bucket used to store Face Liveness session results.Strings3KeyPrefix()The prefix prepended to the output files for the Face Liveness session results.List<SdkField<?>>sdkFields()static Class<? extends LivenessOutputConfig.Builder>serializableBuilderClass()LivenessOutputConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3Bucket
public final String s3Bucket()
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
- Returns:
- The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
-
s3KeyPrefix
public final String s3KeyPrefix()
The prefix prepended to the output files for the Face Liveness session results.
- Returns:
- The prefix prepended to the output files for the Face Liveness session results.
-
toBuilder
public LivenessOutputConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LivenessOutputConfig.Builder,LivenessOutputConfig>
-
builder
public static LivenessOutputConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends LivenessOutputConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-