@Stability(value=Experimental) @Internal public static final class InitUserOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InitUserOptions
InitUserOptionssoftware.amazon.jsii.JsiiObject.InitializationModeInitUserOptions.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.
|
protected |
Jsii$Proxy(List<String> groups,
String homeDir,
Number userId)
Constructor that initializes the object based on literal property values passed by the
InitUserOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getGroups()
(experimental) A list of group names.
|
String |
getHomeDir()
(experimental) The user's home directory.
|
Number |
getUserId()
(experimental) A user ID.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(List<String> groups, String homeDir, Number userId)
InitUserOptions.Builder.public final List<String> getGroups()
InitUserOptionsThe user will be added to each group in the list.
Default: the user is not associated with any groups.
getGroups in interface InitUserOptionspublic final String getHomeDir()
InitUserOptionsDefault: assigned by the OS
getHomeDir in interface InitUserOptionspublic final Number getUserId()
InitUserOptionsThe 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.