CopyableBuilder<DeleteFacesRequest.Builder,DeleteFacesRequest>, SdkBuilder<DeleteFacesRequest.Builder,DeleteFacesRequest>public static interface DeleteFacesRequest.Builder extends CopyableBuilder<DeleteFacesRequest.Builder,DeleteFacesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteFacesRequest.Builder |
collectionId(String collectionId) |
Collection from which to remove the specific faces.
|
DeleteFacesRequest.Builder |
faceIds(String... faceIds) |
An array of face IDs to delete.
|
DeleteFacesRequest.Builder |
faceIds(Collection<String> faceIds) |
An array of face IDs to delete.
|
copyapply, buildDeleteFacesRequest.Builder collectionId(String collectionId)
Collection from which to remove the specific faces.
collectionId - Collection from which to remove the specific faces.DeleteFacesRequest.Builder faceIds(Collection<String> faceIds)
An array of face IDs to delete.
faceIds - An array of face IDs to delete.DeleteFacesRequest.Builder faceIds(String... faceIds)
An array of face IDs to delete.
NOTE: This method appends the values to the existing list (if any). Use
#setFaceIds(java.util.Collection) or #withFaceIds(java.util.Collection) if you want to
override the existing values.
faceIds - An array of face IDs to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.