org.jclouds.scriptbuilder.statements.login
Class UserAdd.Builder
java.lang.Object
org.jclouds.scriptbuilder.statements.login.UserAdd.Builder
- Enclosing class:
- UserAdd
public static class UserAdd.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAdd.Builder
public UserAdd.Builder()
defaultHome
public UserAdd.Builder defaultHome(String defaultHome)
login
public UserAdd.Builder login(String login)
- the username of the user to add (not the login to use when performing the add)
password
public UserAdd.Builder password(String password)
- the password to add for the user (not the password to use when logging in to perform the add)
group
public UserAdd.Builder group(String group)
groups
public UserAdd.Builder groups(Iterable<String> groups)
installRSAPrivateKey
public UserAdd.Builder installRSAPrivateKey(String RSAPrivateKey)
authorizeRSAPublicKey
public UserAdd.Builder authorizeRSAPublicKey(String RSAPublicKey)
authorizeRSAPublicKeys
public UserAdd.Builder authorizeRSAPublicKeys(Iterable<String> RSAPublicKeys)
shell
public UserAdd.Builder shell(String shell)
build
public UserAdd build()
Copyright © 2009-2012 jclouds. All Rights Reserved.