Interface SearchUsersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SearchUsersRequest.Builder,
,SearchUsersRequest> RekognitionRequest.Builder
,SdkBuilder<SearchUsersRequest.Builder,
,SearchUsersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SearchUsersRequest
@Mutable
@NotThreadSafe
public static interface SearchUsersRequest.Builder
extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<SearchUsersRequest.Builder,SearchUsersRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncollectionId
(String collectionId) The ID of an existing collection containing the UserID, used with a UserId or FaceId.ID for the existing face.Maximum number of identities to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ID for the existing User.userMatchThreshold
(Float userMatchThreshold) Optional value that specifies the minimum confidence in the matched UserID to return.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
ID for the existing User.
- Parameters:
userId
- ID for the existing User.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faceId
ID for the existing face.
- Parameters:
faceId
- ID for the existing face.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userMatchThreshold
Optional value that specifies the minimum confidence in the matched UserID to return. Default value of 80.
- Parameters:
userMatchThreshold
- Optional value that specifies the minimum confidence in the matched UserID to return. Default value of 80.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxUsers
Maximum number of identities to return.
- Parameters:
maxUsers
- Maximum number of identities to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SearchUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-