Provide the filesystem for the path, if the client has it available. If it is not provided, it will be found from the path.
(FileSystem value)
| 583 | * If it is not provided, it will be found from the path. |
| 584 | */ |
| 585 | public WriterOptions fileSystem(FileSystem value) { |
| 586 | fileSystemValue = value; |
| 587 | return this; |
| 588 | } |
| 589 | |
| 590 | /** |
| 591 | * If the output file already exists, should it be overwritten? |
no outgoing calls