public class UserAccount extends Object
| Constructor and Description | 
|---|
| UserAccount() | 
| Modifier and Type | Method and Description | 
|---|---|
| ElevationLevel | elevationLevel()Get the elevationLevel value. | 
| LinuxUserConfiguration | linuxUserConfiguration()Get the linuxUserConfiguration value. | 
| String | name()Get the name value. | 
| String | password()Get the password value. | 
| UserAccount | withElevationLevel(ElevationLevel elevationLevel)Set the elevationLevel value. | 
| UserAccount | withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)Set the linuxUserConfiguration value. | 
| UserAccount | withName(String name)Set the name value. | 
| UserAccount | withPassword(String password)Set the password value. | 
public String name()
public UserAccount withName(String name)
name - the name value to setpublic String password()
public UserAccount withPassword(String password)
password - the password value to setpublic ElevationLevel elevationLevel()
public UserAccount withElevationLevel(ElevationLevel elevationLevel)
elevationLevel - the elevationLevel value to setpublic LinuxUserConfiguration linuxUserConfiguration()
public UserAccount withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)
linuxUserConfiguration - the linuxUserConfiguration value to setCopyright © 2019. All rights reserved.