Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsEfsAccessPointPosixUserDetails.Builder
-
Packages that use AwsEfsAccessPointPosixUserDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEfsAccessPointPosixUserDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsEfsAccessPointPosixUserDetails.Builder Modifier and Type Method Description static AwsEfsAccessPointPosixUserDetails.BuilderAwsEfsAccessPointPosixUserDetails. builder()AwsEfsAccessPointPosixUserDetails.BuilderAwsEfsAccessPointPosixUserDetails.Builder. gid(String gid)The POSIX group ID used for all file system operations using this access point.AwsEfsAccessPointPosixUserDetails.BuilderAwsEfsAccessPointPosixUserDetails.Builder. secondaryGids(String... secondaryGids)Secondary POSIX group IDs used for all file system operations using this access point.AwsEfsAccessPointPosixUserDetails.BuilderAwsEfsAccessPointPosixUserDetails.Builder. secondaryGids(Collection<String> secondaryGids)Secondary POSIX group IDs used for all file system operations using this access point.AwsEfsAccessPointPosixUserDetails.BuilderAwsEfsAccessPointPosixUserDetails. toBuilder()AwsEfsAccessPointPosixUserDetails.BuilderAwsEfsAccessPointPosixUserDetails.Builder. uid(String uid)The POSIX user ID used for all file system operations using this access point.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEfsAccessPointPosixUserDetails.Builder Modifier and Type Method Description static Class<? extends AwsEfsAccessPointPosixUserDetails.Builder>AwsEfsAccessPointPosixUserDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsEfsAccessPointPosixUserDetails.Builder Modifier and Type Method Description default AwsEfsAccessPointDetails.BuilderAwsEfsAccessPointDetails.Builder. posixUser(Consumer<AwsEfsAccessPointPosixUserDetails.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.
-