public class BackupCreator extends BaseClient<BackupCreateResponse> implements ClientResult<BackupCreateResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
BackupCreator.BackupCreateConfig |
| Constructor and Description |
|---|
BackupCreator(Config config,
BackupCreateStatusGetter statusGetter) |
| Modifier and Type | Method and Description |
|---|---|
Result<BackupCreateResponse> |
run() |
BackupCreator |
withBackend(String backend) |
BackupCreator |
withBackupId(String backupId) |
BackupCreator |
withExcludeClassNames(String... classNames) |
BackupCreator |
withIncludeClassNames(String... classNames) |
BackupCreator |
withWaitForCompletion(boolean waitForCompletion) |
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequestpublic BackupCreator(Config config, BackupCreateStatusGetter statusGetter)
public BackupCreator withIncludeClassNames(String... classNames)
public BackupCreator withExcludeClassNames(String... classNames)
public BackupCreator withBackend(String backend)
public BackupCreator withBackupId(String backupId)
public BackupCreator withWaitForCompletion(boolean waitForCompletion)
public Result<BackupCreateResponse> run()
run in interface ClientResult<BackupCreateResponse>Copyright © 2022 SeMI Technologies B.V.. All rights reserved.