public static final class InitUserOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InitUserOptions
InitUserOptions
InitUserOptions.Builder, InitUserOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getGroups()
A list of group names.
|
java.lang.String |
getHomeDir()
The user's home directory.
|
java.lang.Number |
getUserId()
A user ID.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getGroups()
InitUserOptions
The user will be added to each group in the list.
Default: the user is not associated with any groups.
getGroups
in interface InitUserOptions
public final java.lang.String getHomeDir()
InitUserOptions
Default: assigned by the OS
getHomeDir
in interface InitUserOptions
public final java.lang.Number getUserId()
InitUserOptions
The creation process fails if the user name exists with a different user ID. If the user ID is already assigned to an existing user the operating system may reject the creation request.
Default: assigned by the OS
getUserId
in interface InitUserOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()