CopyableBuilder<DeleteFacesResponse.Builder,DeleteFacesResponse>, SdkBuilder<DeleteFacesResponse.Builder,DeleteFacesResponse>public static interface DeleteFacesResponse.Builder extends CopyableBuilder<DeleteFacesResponse.Builder,DeleteFacesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteFacesResponse.Builder |
deletedFaces(String... deletedFaces) |
An array of strings (face IDs) of the faces that were deleted.
|
DeleteFacesResponse.Builder |
deletedFaces(Collection<String> deletedFaces) |
An array of strings (face IDs) of the faces that were deleted.
|
copyapply, buildDeleteFacesResponse.Builder deletedFaces(Collection<String> deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
deletedFaces - An array of strings (face IDs) of the faces that were deleted.DeleteFacesResponse.Builder deletedFaces(String... deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
NOTE: This method appends the values to the existing list (if any). Use
#setDeletedFaces(java.util.Collection) or #withDeletedFaces(java.util.Collection) if you want
to override the existing values.
deletedFaces - An array of strings (face IDs) of the faces that were deleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.