Interface OpenZFSPosixFileSystemUser.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OpenZFSPosixFileSystemUser.Builder,
,OpenZFSPosixFileSystemUser> SdkBuilder<OpenZFSPosixFileSystemUser.Builder,
,OpenZFSPosixFileSystemUser> SdkPojo
- Enclosing class:
OpenZFSPosixFileSystemUser
@Mutable
@NotThreadSafe
public static interface OpenZFSPosixFileSystemUser.Builder
extends SdkPojo, CopyableBuilder<OpenZFSPosixFileSystemUser.Builder,OpenZFSPosixFileSystemUser>
-
Method Summary
Modifier and TypeMethodDescriptionThe GID of the file system user.secondaryGids
(Long... secondaryGids) The list of secondary GIDs for the file system user.secondaryGids
(Collection<Long> secondaryGids) The list of secondary GIDs for the file system user.The UID of the file system user.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, sdkFieldNameToField, sdkFields
-
Method Details
-
uid
The UID of the file system user.
- Parameters:
uid
- The UID of the file system user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gid
The GID of the file system user.
- Parameters:
gid
- The GID of the file system user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secondaryGids
The list of secondary GIDs for the file system user.
- Parameters:
secondaryGids
- The list of secondary GIDs for the file system user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secondaryGids
The list of secondary GIDs for the file system user.
- Parameters:
secondaryGids
- The list of secondary GIDs for the file system user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-