| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Acl |
build()
Builds the configured instance.
|
Acl.Builder |
ownerGid(String ownerGid)
Sets the value of
Acl.getOwnerGid() |
Acl.Builder |
ownerUid(String ownerUid)
Sets the value of
Acl.getOwnerUid() |
Acl.Builder |
permissions(String permissions)
Sets the value of
Acl.getPermissions() |
@Stability(value=Stable) public Acl.Builder ownerGid(String ownerGid)
Acl.getOwnerGid()ownerGid - Specifies the POSIX group ID to apply to the RootDirectory. This parameter is required.
Accepts values from 0 to 2^32 (4294967295).this@Stability(value=Stable) public Acl.Builder ownerUid(String ownerUid)
Acl.getOwnerUid()ownerUid - Specifies the POSIX user ID to apply to the RootDirectory. This parameter is required.
Accepts values from 0 to 2^32 (4294967295).this@Stability(value=Stable) public Acl.Builder permissions(String permissions)
Acl.getPermissions()permissions - Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits. This parameter is required.this@Stability(value=Stable) public Acl build()
build in interface software.amazon.jsii.Builder<Acl>AclNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.