public static interface AssociateFacesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<AssociateFacesResponse.Builder,AssociateFacesResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesResponse.Builder |
associatedFaces(AssociatedFace... associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
AssociateFacesResponse.Builder |
associatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
AssociateFacesResponse.Builder |
associatedFaces(Consumer<AssociatedFace.Builder>... associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
AssociateFacesResponse.Builder |
unsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along
with the reasons.
|
AssociateFacesResponse.Builder |
unsuccessfulFaceAssociations(Consumer<UnsuccessfulFaceAssociation.Builder>... unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along
with the reasons.
|
AssociateFacesResponse.Builder |
unsuccessfulFaceAssociations(UnsuccessfulFaceAssociation... unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along
with the reasons.
|
AssociateFacesResponse.Builder |
userStatus(String userStatus)
The status of an update made to a UserID.
|
AssociateFacesResponse.Builder |
userStatus(UserStatus userStatus)
The status of an update made to a UserID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateFacesResponse.Builder associatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is returned. Returned if the AssociateFaces action is successful.
associatedFaces - An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID
is returned. Returned if the AssociateFaces action is successful.AssociateFacesResponse.Builder associatedFaces(AssociatedFace... associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is returned. Returned if the AssociateFaces action is successful.
associatedFaces - An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID
is returned. Returned if the AssociateFaces action is successful.AssociateFacesResponse.Builder associatedFaces(Consumer<AssociatedFace.Builder>... associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is returned. Returned if the AssociateFaces action is successful.
This is a convenience method that creates an instance of theAssociatedFace.Builder avoiding the need to create
one manually via AssociatedFace.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #associatedFaces(List.
associatedFaces - a consumer that will call methods on
AssociatedFace.Builder#associatedFaces(java.util.Collection) AssociateFacesResponse.Builder unsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons. Returned if the AssociateFaces action is successful.
unsuccessfulFaceAssociations - An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated
along with the reasons. Returned if the AssociateFaces action is successful.AssociateFacesResponse.Builder unsuccessfulFaceAssociations(UnsuccessfulFaceAssociation... unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons. Returned if the AssociateFaces action is successful.
unsuccessfulFaceAssociations - An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated
along with the reasons. Returned if the AssociateFaces action is successful.AssociateFacesResponse.Builder unsuccessfulFaceAssociations(Consumer<UnsuccessfulFaceAssociation.Builder>... unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons. Returned if the AssociateFaces action is successful.
This is a convenience method that creates an instance of theUnsuccessfulFaceAssociation.Builder avoiding the
need to create one manually via
UnsuccessfulFaceAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #unsuccessfulFaceAssociations(List.
unsuccessfulFaceAssociations - a consumer that will call methods on
UnsuccessfulFaceAssociation.Builder#unsuccessfulFaceAssociations(java.util.Collection) AssociateFacesResponse.Builder userStatus(String userStatus)
The status of an update made to a UserID. Reflects if the UserID has been updated for every requested change.
userStatus - The status of an update made to a UserID. Reflects if the UserID has been updated for every requested
change.UserStatus,
UserStatusAssociateFacesResponse.Builder userStatus(UserStatus userStatus)
The status of an update made to a UserID. Reflects if the UserID has been updated for every requested change.
userStatus - The status of an update made to a UserID. Reflects if the UserID has been updated for every requested
change.UserStatus,
UserStatusCopyright © 2023. All rights reserved.