Interface UpdateUserCommandStep1

All Superinterfaces:
FinalCommandStep<UpdateUserResponse>
All Known Implementing Classes:
UpdateUserCommandImpl

public interface UpdateUserCommandStep1 extends FinalCommandStep<UpdateUserResponse>
  • Method Details

    • name

      Set the name for the user to be updated.
      Parameters:
      name - the name of the user
      Returns:
      the builder for this command
    • email

      Set the email for the user to be updated.
      Parameters:
      email - the user email
      Returns:
      the builder for this command
    • password

      UpdateUserCommandStep1 password(String password)
      Set the password for the user to be updated.
      Parameters:
      password - the user password
      Returns:
      the builder for this command