Interface PosixUser.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PosixUser.Builder,
,PosixUser> SdkBuilder<PosixUser.Builder,
,PosixUser> SdkPojo
- Enclosing class:
PosixUser
public static interface PosixUser.Builder
extends SdkPojo, CopyableBuilder<PosixUser.Builder,PosixUser>
-
Method Summary
Modifier and TypeMethodDescriptionThe POSIX group ID used for all file system operations using this access point.secondaryGids
(Long... secondaryGids) Secondary POSIX group IDs used for all file system operations using this access point.secondaryGids
(Collection<Long> secondaryGids) Secondary POSIX group IDs used for all file system operations using this access point.The POSIX user ID used for all file system operations using this access point.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
uid
The POSIX user ID used for all file system operations using this access point.
- Parameters:
uid
- The POSIX user ID used for all file system operations using this access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gid
The POSIX group ID used for all file system operations using this access point.
- Parameters:
gid
- The POSIX group ID used for all file system operations using this access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secondaryGids
Secondary POSIX group IDs used for all file system operations using this access point.
- Parameters:
secondaryGids
- Secondary POSIX group IDs used for all file system operations using this access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secondaryGids
Secondary POSIX group IDs used for all file system operations using this access point.
- Parameters:
secondaryGids
- Secondary POSIX group IDs used for all file system operations using this access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-