Uses of Interface
software.amazon.awssdk.services.efs.model.PosixUser.Builder
-
Packages that use PosixUser.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of PosixUser.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return PosixUser.Builder Modifier and Type Method Description static PosixUser.BuilderPosixUser. builder()PosixUser.BuilderPosixUser.Builder. gid(Long gid)The POSIX group ID used for all file system operations using this access point.PosixUser.BuilderPosixUser.Builder. secondaryGids(Long... secondaryGids)Secondary POSIX group IDs used for all file system operations using this access point.PosixUser.BuilderPosixUser.Builder. secondaryGids(Collection<Long> secondaryGids)Secondary POSIX group IDs used for all file system operations using this access point.PosixUser.BuilderPosixUser. toBuilder()PosixUser.BuilderPosixUser.Builder. uid(Long uid)The POSIX user ID used for all file system operations using this access point.Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type PosixUser.Builder Modifier and Type Method Description static Class<? extends PosixUser.Builder>PosixUser. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type PosixUser.Builder Modifier and Type Method Description default AccessPointDescription.BuilderAccessPointDescription.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.BuilderCreateAccessPointRequest.Builder. posixUser(Consumer<PosixUser.Builder> posixUser)The operating system user and group applied to all file system requests made using the access point.default CreateAccessPointResponse.BuilderCreateAccessPointResponse.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.
-