| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static PosixProfile.Builder |
PosixProfile.builder() |
PosixProfile.Builder |
PosixProfile.Builder.gid(Long gid)
The POSIX group ID used for all EFS operations by this user.
|
PosixProfile.Builder |
PosixProfile.Builder.secondaryGids(Collection<Long> secondaryGids)
The secondary POSIX group IDs used for all EFS operations by this user.
|
PosixProfile.Builder |
PosixProfile.Builder.secondaryGids(Long... secondaryGids)
The secondary POSIX group IDs used for all EFS operations by this user.
|
PosixProfile.Builder |
PosixProfile.toBuilder() |
PosixProfile.Builder |
PosixProfile.Builder.uid(Long uid)
The POSIX user ID used for all EFS operations by this user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PosixProfile.Builder> |
PosixProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateUserRequest.Builder |
CreateUserRequest.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Specifies the full POSIX identity, including user ID (
Uid), group ID (Gid), and any
secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon EFS file
systems. |
default DescribedUser.Builder |
DescribedUser.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Specifies the full POSIX identity, including user ID (
Uid), group ID (Gid), and any
secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic
File System (Amazon EFS) file systems. |
default DescribedAccess.Builder |
DescribedAccess.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Sets the value of the PosixProfile property for this object.
|
default CreateAccessRequest.Builder |
CreateAccessRequest.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Sets the value of the PosixProfile property for this object.
|
default UpdateUserRequest.Builder |
UpdateUserRequest.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Specifies the full POSIX identity, including user ID (
Uid), group ID (Gid), and any
secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic
File Systems (Amazon EFS). |
default UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Sets the value of the PosixProfile property for this object.
|
default DescribedExecution.Builder |
DescribedExecution.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Sets the value of the PosixProfile property for this object.
|
Copyright © 2023. All rights reserved.