public static interface CreationInfo.Builder extends SdkPojo, CopyableBuilder<CreationInfo.Builder,CreationInfo>
| Modifier and Type | Method and Description |
|---|---|
CreationInfo.Builder |
ownerGid(Long ownerGid)
Specifies the POSIX group ID to apply to the
RootDirectory. |
CreationInfo.Builder |
ownerUid(Long ownerUid)
Specifies the POSIX user ID to apply to the
RootDirectory. |
CreationInfo.Builder |
permissions(String permissions)
Specifies the POSIX permissions to apply to the
RootDirectory, in the format of an octal number
representing the file's mode bits. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreationInfo.Builder ownerUid(Long ownerUid)
Specifies the POSIX user ID to apply to the RootDirectory. Accepts values from 0 to 2^32
(4294967295).
ownerUid - Specifies the POSIX user ID to apply to the RootDirectory. Accepts values from 0 to 2^32
(4294967295).CreationInfo.Builder ownerGid(Long ownerGid)
Specifies the POSIX group ID to apply to the RootDirectory. Accepts values from 0 to 2^32
(4294967295).
ownerGid - Specifies the POSIX group ID to apply to the RootDirectory. Accepts values from 0 to 2^32
(4294967295).CreationInfo.Builder permissions(String permissions)
Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number
representing the file's mode bits.
permissions - Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal
number representing the file's mode bits.Copyright © 2023. All rights reserved.