public static interface AssociateFacesRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<AssociateFacesRequest.Builder,AssociateFacesRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesRequest.Builder |
clientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
AssociateFaces. |
AssociateFacesRequest.Builder |
collectionId(String collectionId)
The ID of an existing collection containing the UserID.
|
AssociateFacesRequest.Builder |
faceIds(Collection<String> faceIds)
An array of FaceIDs to associate with the UserID.
|
AssociateFacesRequest.Builder |
faceIds(String... faceIds)
An array of FaceIDs to associate with the UserID.
|
AssociateFacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateFacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateFacesRequest.Builder |
userId(String userId)
The ID for the existing UserID.
|
AssociateFacesRequest.Builder |
userMatchThreshold(Float userMatchThreshold)
An optional value specifying the minimum confidence in the UserID match to return.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateFacesRequest.Builder collectionId(String collectionId)
The ID of an existing collection containing the UserID.
collectionId - The ID of an existing collection containing the UserID.AssociateFacesRequest.Builder userId(String userId)
The ID for the existing UserID.
userId - The ID for the existing UserID.AssociateFacesRequest.Builder faceIds(Collection<String> faceIds)
An array of FaceIDs to associate with the UserID.
faceIds - An array of FaceIDs to associate with the UserID.AssociateFacesRequest.Builder faceIds(String... faceIds)
An array of FaceIDs to associate with the UserID.
faceIds - An array of FaceIDs to associate with the UserID.AssociateFacesRequest.Builder userMatchThreshold(Float userMatchThreshold)
An optional value specifying the minimum confidence in the UserID match to return. The default value is 75.
userMatchThreshold - An optional value specifying the minimum confidence in the UserID match to return. The default value
is 75.AssociateFacesRequest.Builder clientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to AssociateFaces. If you use the same token with
multiple AssociateFaces 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 AssociateFaces. If you use the same
token with multiple AssociateFaces requests, the same response is returned. Use
ClientRequestToken to prevent the same request from being processed more than once.AssociateFacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateFacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.