Interface AuditImage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuditImage.Builder,
,AuditImage> SdkBuilder<AuditImage.Builder,
,AuditImage> SdkPojo
- Enclosing class:
AuditImage
public static interface AuditImage.Builder
extends SdkPojo, CopyableBuilder<AuditImage.Builder,AuditImage>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AuditImage.Builder
boundingBox
(Consumer<BoundingBox.Builder> boundingBox) Sets the value of the BoundingBox property for this object.boundingBox
(BoundingBox boundingBox) Sets the value of the BoundingBox property for this object.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.Sets the value of the S3Object property for this object.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 Details
-
bytes
The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.
- Parameters:
bytes
- The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Object
Sets the value of the S3Object property for this object.- Parameters:
s3Object
- The new value for the S3Object property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Object
Sets the value of the S3Object property for this object. This is a convenience method that creates an instance of theS3Object.Builder
avoiding the need to create one manually viaS3Object.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3Object(S3Object)
.- Parameters:
s3Object
- a consumer that will call methods onS3Object.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
boundingBox
Sets the value of the BoundingBox property for this object.- Parameters:
boundingBox
- The new value for the BoundingBox property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
boundingBox
Sets the value of the BoundingBox property for this object. This is a convenience method that creates an instance of theBoundingBox.Builder
avoiding the need to create one manually viaBoundingBox.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toboundingBox(BoundingBox)
.- Parameters:
boundingBox
- a consumer that will call methods onBoundingBox.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-