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 Details

    • 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

      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: