software.amazon.jsii.JsiiObject.InitializationModeAcl.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.
|
protected |
Jsii$Proxy(String ownerGid,
String ownerUid,
String permissions)
Constructor that initializes the object based on literal property values passed by the
Acl.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getOwnerGid()
(experimental) Specifies the POSIX group ID to apply to the RootDirectory.
|
String |
getOwnerUid()
(experimental) Specifies the POSIX user ID to apply to the RootDirectory.
|
String |
getPermissions()
(experimental) Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String ownerGid, String ownerUid, String permissions)
Acl.Builder.public final String getOwnerGid()
AclAccepts values from 0 to 2^32 (4294967295).
getOwnerGid in interface Aclpublic final String getOwnerUid()
AclAccepts values from 0 to 2^32 (4294967295).
getOwnerUid in interface Aclpublic final String getPermissions()
AclgetPermissions in interface Acl@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.