Interface MatchedUser.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MatchedUser.Builder,MatchedUser>,SdkBuilder<MatchedUser.Builder,MatchedUser>,SdkPojo
- Enclosing class:
- MatchedUser
public static interface MatchedUser.Builder extends SdkPojo, CopyableBuilder<MatchedUser.Builder,MatchedUser>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchedUser.BuilderuserId(String userId)A provided ID for the UserID.MatchedUser.BuilderuserStatus(String userStatus)The status of the user matched to a provided FaceID.MatchedUser.BuilderuserStatus(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 Detail
-
userId
MatchedUser.Builder userId(String 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
MatchedUser.Builder userStatus(String 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,UserStatus
-
userStatus
MatchedUser.Builder userStatus(UserStatus 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,UserStatus
-
-