Interface DisassociateFacesResponse.Builder

    • Method Detail

      • disassociatedFaces

        DisassociateFacesResponse.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.

        Parameters:
        disassociatedFaces - An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disassociatedFaces

        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.

        Parameters:
        disassociatedFaces - An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessfulFaceDisassociations

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessfulFaceDisassociations

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userStatus

        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.

        Parameters:
        userStatus - The status of an update made to a User. Reflects if the User has been updated for every requested change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserStatus, UserStatus
      • userStatus

        DisassociateFacesResponse.Builder userStatus​(UserStatus userStatus)

        The status of an update made to a User. Reflects if the User has been updated for every requested change.

        Parameters:
        userStatus - The status of an update made to a User. Reflects if the User has been updated for every requested change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserStatus, UserStatus