Interface FeedbackItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FeedbackItem.Builder,,FeedbackItem> SdkBuilder<FeedbackItem.Builder,,FeedbackItem> SdkPojo
- Enclosing class:
FeedbackItem
@Mutable
@NotThreadSafe
public static interface FeedbackItem.Builder
extends SdkPojo, CopyableBuilder<FeedbackItem.Builder,FeedbackItem>
-
Method Summary
Modifier and TypeMethodDescriptionA code identifying the condition that was detected during the Face Liveness session.code(FeedbackCode code) A code identifying the condition that was detected during the Face Liveness session.A human-readable description of the detected condition, suitable for displaying to an end user before they retry a Face Liveness check.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
code
A code identifying the condition that was detected during the Face Liveness session.
- Parameters:
code- A code identifying the condition that was detected during the Face Liveness session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
A code identifying the condition that was detected during the Face Liveness session.
- Parameters:
code- A code identifying the condition that was detected during the Face Liveness session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A human-readable description of the detected condition, suitable for displaying to an end user before they retry a Face Liveness check. Use
Coderather than this message for programmatic decisions, because the message text can change.- Parameters:
message- A human-readable description of the detected condition, suitable for displaying to an end user before they retry a Face Liveness check. UseCoderather than this message for programmatic decisions, because the message text can change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-