Acl.Builder, Acl.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.lang.String |
getOwnerGid()
Specifies the POSIX group ID to apply to the RootDirectory.
|
java.lang.String |
getOwnerUid()
Specifies the POSIX user ID to apply to the RootDirectory.
|
java.lang.String |
getPermissions()
Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.
|
int |
hashCode() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getOwnerGid()
Acl
Accepts values from 0 to 2^32 (4294967295).
getOwnerGid
in interface Acl
public final java.lang.String getOwnerUid()
Acl
Accepts values from 0 to 2^32 (4294967295).
getOwnerUid
in interface Acl
public final java.lang.String getPermissions()
Acl
getPermissions
in interface Acl
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()