public static interface AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder extends SdkPojo, CopyableBuilder<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder,AwsEfsAccessPointRootDirectoryCreationInfoDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
ownerGid(String ownerGid)
Specifies the POSIX group ID to apply to the root directory.
|
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
ownerUid(String ownerUid)
Specifies the POSIX user ID to apply to the root directory.
|
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
permissions(String permissions)
Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing
the file's mode bits.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder ownerGid(String ownerGid)
Specifies the POSIX group ID to apply to the root directory.
ownerGid - Specifies the POSIX group ID to apply to the root directory.AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder ownerUid(String ownerUid)
Specifies the POSIX user ID to apply to the root directory.
ownerUid - Specifies the POSIX user ID to apply to the root directory.AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder permissions(String permissions)
Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file's mode bits.
permissions - Specifies the POSIX permissions to apply to the root directory, in the format of an octal number
representing the file's mode bits.Copyright © 2023. All rights reserved.