Class FilesystemBackupConfig.Builder
java.lang.Object
io.camunda.zeebe.backup.filesystem.FilesystemBackupConfig.Builder
- Enclosing class:
FilesystemBackupConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withBasePath(String basePath) The base path to store all related backup files in.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withBasePath
The base path to store all related backup files in.- Parameters:
basePath- the base path of all backups- Returns:
- the builder for chaining
-
build
-