public static interface AuditImage.Builder extends SdkPojo, CopyableBuilder<AuditImage.Builder,AuditImage>
| Modifier and Type | Method and Description |
|---|---|
AuditImage.Builder |
boundingBox(BoundingBox boundingBox)
Sets the value of the BoundingBox property for this object.
|
default AuditImage.Builder |
boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Sets the value of the BoundingBox property for this object.
|
AuditImage.Builder |
bytes(SdkBytes bytes)
The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit
purposes.
|
default AuditImage.Builder |
s3Object(Consumer<S3Object.Builder> s3Object)
Sets the value of the S3Object property for this object.
|
AuditImage.Builder |
s3Object(S3Object s3Object)
Sets the value of the S3Object property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuditImage.Builder bytes(SdkBytes bytes)
The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.
bytes - The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for
audit purposes.AuditImage.Builder s3Object(S3Object s3Object)
s3Object - The new value for the S3Object property for this object.default AuditImage.Builder s3Object(Consumer<S3Object.Builder> s3Object)
S3Object.Builder avoiding the need to
create one manually via S3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Object(S3Object).
s3Object - a consumer that will call methods on S3Object.Builders3Object(S3Object)AuditImage.Builder boundingBox(BoundingBox boundingBox)
boundingBox - The new value for the BoundingBox property for this object.default AuditImage.Builder boundingBox(Consumer<BoundingBox.Builder> boundingBox)
BoundingBox.Builder avoiding the need to
create one manually via BoundingBox.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to boundingBox(BoundingBox).
boundingBox - a consumer that will call methods on BoundingBox.BuilderboundingBox(BoundingBox)Copyright © 2023. All rights reserved.