public static interface DisassociateFacesRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<DisassociateFacesRequest.Builder,DisassociateFacesRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateFacesRequest.Builder |
clientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
DisassociateFaces. |
DisassociateFacesRequest.Builder |
collectionId(String collectionId)
The ID of an existing collection containing the UserID.
|
DisassociateFacesRequest.Builder |
faceIds(Collection<String> faceIds)
An array of face IDs to disassociate from the UserID.
|
DisassociateFacesRequest.Builder |
faceIds(String... faceIds)
An array of face IDs to disassociate from the UserID.
|
DisassociateFacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateFacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateFacesRequest.Builder |
userId(String userId)
ID for the existing UserID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateFacesRequest.Builder collectionId(String collectionId)
The ID of an existing collection containing the UserID.
collectionId - The ID of an existing collection containing the UserID.DisassociateFacesRequest.Builder userId(String userId)
ID for the existing UserID.
userId - ID for the existing UserID.DisassociateFacesRequest.Builder clientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to DisassociateFaces. If you use the same token
with multiple DisassociateFaces requests, the same response is returned. Use ClientRequestToken
to prevent the same request from being processed more than once.
clientRequestToken - Idempotent token used to identify the request to DisassociateFaces. If you use the same
token with multiple DisassociateFaces requests, the same response is returned. Use
ClientRequestToken to prevent the same request from being processed more than once.DisassociateFacesRequest.Builder faceIds(Collection<String> faceIds)
An array of face IDs to disassociate from the UserID.
faceIds - An array of face IDs to disassociate from the UserID.DisassociateFacesRequest.Builder faceIds(String... faceIds)
An array of face IDs to disassociate from the UserID.
faceIds - An array of face IDs to disassociate from the UserID.DisassociateFacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateFacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.