public static interface DisassociateFacesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DisassociateFacesResponse.Builder,DisassociateFacesResponse>
| Modifier and Type | Method and Description |
|---|---|
DisassociateFacesResponse.Builder |
disassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
DisassociateFacesResponse.Builder |
disassociatedFaces(Consumer<DisassociatedFace.Builder>... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
DisassociateFacesResponse.Builder |
disassociatedFaces(DisassociatedFace... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
DisassociateFacesResponse.Builder |
unsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
DisassociateFacesResponse.Builder |
unsuccessfulFaceDisassociations(Consumer<UnsuccessfulFaceDisassociation.Builder>... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
DisassociateFacesResponse.Builder |
unsuccessfulFaceDisassociations(UnsuccessfulFaceDisassociation... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
DisassociateFacesResponse.Builder |
userStatus(String userStatus)
The status of an update made to a User.
|
DisassociateFacesResponse.Builder |
userStatus(UserStatus userStatus)
The status of an update made to a User.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateFacesResponse.Builder disassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
disassociatedFaces - An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the
UserID is returned. Returned if the DisassociatedFaces action is successful.DisassociateFacesResponse.Builder disassociatedFaces(DisassociatedFace... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
disassociatedFaces - An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the
UserID is returned. Returned if the DisassociatedFaces action is successful.DisassociateFacesResponse.Builder disassociatedFaces(Consumer<DisassociatedFace.Builder>... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
This is a convenience method that creates an instance of theDisassociatedFace.Builder avoiding the need to
create one manually via DisassociatedFace.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #disassociatedFaces(List.
disassociatedFaces - a consumer that will call methods on
DisassociatedFace.Builder#disassociatedFaces(java.util.Collection) DisassociateFacesResponse.Builder unsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
unsuccessfulFaceDisassociations - An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully
associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces
action is successful.DisassociateFacesResponse.Builder unsuccessfulFaceDisassociations(UnsuccessfulFaceDisassociation... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
unsuccessfulFaceDisassociations - An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully
associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces
action is successful.DisassociateFacesResponse.Builder unsuccessfulFaceDisassociations(Consumer<UnsuccessfulFaceDisassociation.Builder>... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
This is a convenience method that creates an instance of theUnsuccessfulFaceDisassociation.Builder avoiding the
need to create one manually via
UnsuccessfulFaceDisassociation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #unsuccessfulFaceDisassociations(List.
unsuccessfulFaceDisassociations - a consumer that will call methods on
UnsuccessfulFaceDisassociation.Builder#unsuccessfulFaceDisassociations(java.util.Collection) DisassociateFacesResponse.Builder userStatus(String userStatus)
The status of an update made to a User. Reflects if the User has been updated for every requested change.
userStatus - The status of an update made to a User. Reflects if the User has been updated for every requested
change.UserStatus,
UserStatusDisassociateFacesResponse.Builder userStatus(UserStatus userStatus)
The status of an update made to a User. Reflects if the User has been updated for every requested change.
userStatus - The status of an update made to a User. Reflects if the User has been updated for every requested
change.UserStatus,
UserStatusCopyright © 2023. All rights reserved.