public static interface SearchUsersRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<SearchUsersRequest.Builder,SearchUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchUsersRequest.Builder |
collectionId(String collectionId)
The ID of an existing collection containing the UserID, used with a UserId or FaceId.
|
SearchUsersRequest.Builder |
faceId(String faceId)
ID for the existing face.
|
SearchUsersRequest.Builder |
maxUsers(Integer maxUsers)
Maximum number of identities to return.
|
SearchUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchUsersRequest.Builder |
userId(String userId)
ID for the existing User.
|
SearchUsersRequest.Builder |
userMatchThreshold(Float userMatchThreshold)
Optional value that specifies the minimum confidence in the matched UserID to return.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchUsersRequest.Builder collectionId(String collectionId)
The ID of an existing collection containing the UserID, used with a UserId or FaceId. If a FaceId is provided, UserId isn’t required to be present in the Collection.
collectionId - The ID of an existing collection containing the UserID, used with a UserId or FaceId. If a FaceId is
provided, UserId isn’t required to be present in the Collection.SearchUsersRequest.Builder userId(String userId)
ID for the existing User.
userId - ID for the existing User.SearchUsersRequest.Builder faceId(String faceId)
ID for the existing face.
faceId - ID for the existing face.SearchUsersRequest.Builder userMatchThreshold(Float userMatchThreshold)
Optional value that specifies the minimum confidence in the matched UserID to return. Default value of 80.
userMatchThreshold - Optional value that specifies the minimum confidence in the matched UserID to return. Default value of
80.SearchUsersRequest.Builder maxUsers(Integer maxUsers)
Maximum number of identities to return.
maxUsers - Maximum number of identities to return.SearchUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.