Interface User.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<User.Builder,User>,SdkBuilder<User.Builder,User>,SdkPojo
- Enclosing class:
- User
public static interface User.Builder extends SdkPojo, CopyableBuilder<User.Builder,User>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description User.BuilderuserId(String userId)A provided ID for the User.User.BuilderuserStatus(String userStatus)Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.User.BuilderuserStatus(UserStatus userStatus)Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.-
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
User.Builder userId(String userId)
A provided ID for the User. Unique within the collection.
- Parameters:
userId- A provided ID for the User. Unique within the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userStatus
User.Builder userStatus(String userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
- Parameters:
userStatus- Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserStatus,UserStatus
-
userStatus
User.Builder userStatus(UserStatus userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
- Parameters:
userStatus- Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserStatus,UserStatus
-
-