Interface AwsEfsAccessPointPosixUserDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEfsAccessPointPosixUserDetails.Builder,AwsEfsAccessPointPosixUserDetails>,SdkBuilder<AwsEfsAccessPointPosixUserDetails.Builder,AwsEfsAccessPointPosixUserDetails>,SdkPojo
- Enclosing class:
- AwsEfsAccessPointPosixUserDetails
public static interface AwsEfsAccessPointPosixUserDetails.Builder extends SdkPojo, CopyableBuilder<AwsEfsAccessPointPosixUserDetails.Builder,AwsEfsAccessPointPosixUserDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEfsAccessPointPosixUserDetails.Buildergid(String gid)The POSIX group ID used for all file system operations using this access point.AwsEfsAccessPointPosixUserDetails.BuildersecondaryGids(String... secondaryGids)Secondary POSIX group IDs used for all file system operations using this access point.AwsEfsAccessPointPosixUserDetails.BuildersecondaryGids(Collection<String> secondaryGids)Secondary POSIX group IDs used for all file system operations using this access point.AwsEfsAccessPointPosixUserDetails.Builderuid(String uid)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
gid
AwsEfsAccessPointPosixUserDetails.Builder gid(String 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
AwsEfsAccessPointPosixUserDetails.Builder secondaryGids(Collection<String> 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
AwsEfsAccessPointPosixUserDetails.Builder secondaryGids(String... 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.
-
uid
AwsEfsAccessPointPosixUserDetails.Builder uid(String 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.
-
-