Interface NFSFileShareDefaults.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NFSFileShareDefaults.Builder,NFSFileShareDefaults>, SdkBuilder<NFSFileShareDefaults.Builder,NFSFileShareDefaults>, SdkPojo
Enclosing class:
NFSFileShareDefaults

public static interface NFSFileShareDefaults.Builder extends SdkPojo, CopyableBuilder<NFSFileShareDefaults.Builder,NFSFileShareDefaults>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • directoryMode

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupId

      The default group ID for the file share (unless the files have another group ID specified). The default value is nfsnobody.

      Parameters:
      groupId - The default group ID for the file share (unless the files have another group ID specified). The default value is nfsnobody.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerId

      The default owner ID for files in the file share (unless the files have another owner ID specified). The default value is nfsnobody.

      Parameters:
      ownerId - The default owner ID for files in the file share (unless the files have another owner ID specified). The default value is nfsnobody.
      Returns:
      Returns a reference to this object so that method calls can be chained together.