| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
static PosixUser.Builder |
PosixUser.builder() |
PosixUser.Builder |
PosixUser.Builder.gid(Long gid)
The POSIX group ID used for all file system operations using this access point.
|
PosixUser.Builder |
PosixUser.Builder.secondaryGids(Collection<Long> secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
|
PosixUser.Builder |
PosixUser.Builder.secondaryGids(Long... secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
|
PosixUser.Builder |
PosixUser.toBuilder() |
PosixUser.Builder |
PosixUser.Builder.uid(Long uid)
The POSIX user ID used for all file system operations using this access point.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PosixUser.Builder> |
PosixUser.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAccessPointResponse.Builder |
CreateAccessPointResponse.Builder.posixUser(Consumer<PosixUser.Builder> posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
default AccessPointDescription.Builder |
AccessPointDescription.Builder.posixUser(Consumer<PosixUser.Builder> posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
default CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.posixUser(Consumer<PosixUser.Builder> posixUser)
The operating system user and group applied to all file system requests made using the access point.
|
Copyright © 2023. All rights reserved.