Interface UnsuccessfulFaceAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnsuccessfulFaceAssociation.Builder,
,UnsuccessfulFaceAssociation> SdkBuilder<UnsuccessfulFaceAssociation.Builder,
,UnsuccessfulFaceAssociation> SdkPojo
- Enclosing class:
UnsuccessfulFaceAssociation
public static interface UnsuccessfulFaceAssociation.Builder
extends SdkPojo, CopyableBuilder<UnsuccessfulFaceAssociation.Builder,UnsuccessfulFaceAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionconfidence
(Float confidence) Match confidence with the UserID, provides information regarding if a face association was unsuccessful because it didn't meet UserMatchThreshold.A unique identifier assigned to the face.The reason why the association was unsuccessful.reasons
(UnsuccessfulFaceAssociationReason... reasons) The reason why the association was unsuccessful.reasonsWithStrings
(String... reasons) The reason why the association was unsuccessful.reasonsWithStrings
(Collection<String> reasons) The reason why the association was unsuccessful.A provided ID for the UserID.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
-
faceId
A unique identifier assigned to the face.
- Parameters:
faceId
- A unique identifier assigned to the face.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
A provided ID for the UserID. Unique within the collection.
- Parameters:
userId
- A provided ID for the UserID. Unique within the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confidence
Match confidence with the UserID, provides information regarding if a face association was unsuccessful because it didn't meet UserMatchThreshold.
- Parameters:
confidence
- Match confidence with the UserID, provides information regarding if a face association was unsuccessful because it didn't meet UserMatchThreshold.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonsWithStrings
The reason why the association was unsuccessful.
- Parameters:
reasons
- The reason why the association was unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonsWithStrings
The reason why the association was unsuccessful.
- Parameters:
reasons
- The reason why the association was unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
The reason why the association was unsuccessful.
- Parameters:
reasons
- The reason why the association was unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
The reason why the association was unsuccessful.
- Parameters:
reasons
- The reason why the association was unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-