public static interface PosixProfile.Builder extends SdkPojo, CopyableBuilder<PosixProfile.Builder,PosixProfile>
| Modifier and Type | Method and Description |
|---|---|
PosixProfile.Builder |
gid(Long gid)
The POSIX group ID used for all EFS operations by this user.
|
PosixProfile.Builder |
secondaryGids(Collection<Long> secondaryGids)
The secondary POSIX group IDs used for all EFS operations by this user.
|
PosixProfile.Builder |
secondaryGids(Long... secondaryGids)
The secondary POSIX group IDs used for all EFS operations by this user.
|
PosixProfile.Builder |
uid(Long uid)
The POSIX user ID used for all EFS operations by this user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPosixProfile.Builder uid(Long uid)
The POSIX user ID used for all EFS operations by this user.
uid - The POSIX user ID used for all EFS operations by this user.PosixProfile.Builder gid(Long gid)
The POSIX group ID used for all EFS operations by this user.
gid - The POSIX group ID used for all EFS operations by this user.PosixProfile.Builder secondaryGids(Collection<Long> secondaryGids)
The secondary POSIX group IDs used for all EFS operations by this user.
secondaryGids - The secondary POSIX group IDs used for all EFS operations by this user.PosixProfile.Builder secondaryGids(Long... secondaryGids)
The secondary POSIX group IDs used for all EFS operations by this user.
secondaryGids - The secondary POSIX group IDs used for all EFS operations by this user.Copyright © 2023. All rights reserved.