public static interface NFSFileShareDefaults.Builder extends SdkPojo, CopyableBuilder<NFSFileShareDefaults.Builder,NFSFileShareDefaults>
| Modifier and Type | Method and Description |
|---|---|
NFSFileShareDefaults.Builder |
directoryMode(String directoryMode)
The Unix directory mode in the form "nnnn".
|
NFSFileShareDefaults.Builder |
fileMode(String fileMode)
The Unix file mode in the form "nnnn".
|
NFSFileShareDefaults.Builder |
groupId(Long groupId)
The default group ID for the file share (unless the files have another group ID specified).
|
NFSFileShareDefaults.Builder |
ownerId(Long ownerId)
The default owner ID for files in the file share (unless the files have another owner ID specified).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNFSFileShareDefaults.Builder fileMode(String fileMode)
The Unix file mode in the form "nnnn". For example, 0666 represents the default file mode inside
the file share. The default value is 0666.
fileMode - The Unix file mode in the form "nnnn". For example, 0666 represents the default file mode
inside the file share. The default value is 0666.NFSFileShareDefaults.Builder directoryMode(String directoryMode)
The Unix directory mode in the form "nnnn". For example, 0666 represents the default access mode
for all directories inside the file share. The default value is 0777.
directoryMode - The Unix directory mode in the form "nnnn". For example, 0666 represents the default
access mode for all directories inside the file share. The default value is 0777.NFSFileShareDefaults.Builder groupId(Long groupId)
The default group ID for the file share (unless the files have another group ID specified). The default value
is nfsnobody.
groupId - The default group ID for the file share (unless the files have another group ID specified). The
default value is nfsnobody.NFSFileShareDefaults.Builder ownerId(Long ownerId)
The default owner ID for files in the file share (unless the files have another owner ID specified). The
default value is nfsnobody.
ownerId - The default owner ID for files in the file share (unless the files have another owner ID specified).
The default value is nfsnobody.Copyright © 2021. All rights reserved.