@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LivenessOutputConfig extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
LivenessOutputConfig() |
Modifier and Type | Method and Description |
---|---|
LivenessOutputConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
|
String |
getS3KeyPrefix()
The prefix prepended to the output files for the Face Liveness session results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Bucket(String s3Bucket)
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
|
void |
setS3KeyPrefix(String s3KeyPrefix)
The prefix prepended to the output files for the Face Liveness session results.
|
String |
toString()
Returns a string representation of this object.
|
LivenessOutputConfig |
withS3Bucket(String s3Bucket)
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
|
LivenessOutputConfig |
withS3KeyPrefix(String s3KeyPrefix)
The prefix prepended to the output files for the Face Liveness session results.
|
public void setS3Bucket(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.public String getS3Bucket()
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
public LivenessOutputConfig withS3Bucket(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.public void setS3KeyPrefix(String s3KeyPrefix)
The prefix prepended to the output files for the Face Liveness session results.
s3KeyPrefix
- The prefix prepended to the output files for the Face Liveness session results.public String getS3KeyPrefix()
The prefix prepended to the output files for the Face Liveness session results.
public LivenessOutputConfig withS3KeyPrefix(String s3KeyPrefix)
The prefix prepended to the output files for the Face Liveness session results.
s3KeyPrefix
- The prefix prepended to the output files for the Face Liveness session results.public String toString()
toString
in class Object
Object.toString()
public LivenessOutputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.