Interface MatchedUser.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MatchedUser.Builder,
,MatchedUser> SdkBuilder<MatchedUser.Builder,
,MatchedUser> SdkPojo
- Enclosing class:
MatchedUser
@Mutable
@NotThreadSafe
public static interface MatchedUser.Builder
extends SdkPojo, CopyableBuilder<MatchedUser.Builder,MatchedUser>
-
Method Summary
Modifier and TypeMethodDescriptionA provided ID for the UserID.userStatus
(String userStatus) The status of the user matched to a provided FaceID.userStatus
(UserStatus userStatus) The status of the user matched to a provided FaceID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
userId
A provided ID for the UserID. Unique within the collection.
- Parameters:
userId
- A provided ID for the UserID. Unique within the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userStatus
The status of the user matched to a provided FaceID.
- Parameters:
userStatus
- The status of the user matched to a provided FaceID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userStatus
The status of the user matched to a provided FaceID.
- Parameters:
userStatus
- The status of the user matched to a provided FaceID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-