Class SnapshotRestoreCallInput.SnapshotRestoreCallInputBuilder
java.lang.Object
org.gridgain.internal.cli.call.snapshot.SnapshotRestoreCallInput.SnapshotRestoreCallInputBuilder
- Enclosing class:
- SnapshotRestoreCallInput
Builder for
SnapshotRestoreCallInput.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()clusterUrl(String clusterUrl) decryptionProvider(String decryptionProvider) snapshotId(UUID snapshotId) tableNames(List<String> tableNames)
-
Constructor Details
-
SnapshotRestoreCallInputBuilder
public SnapshotRestoreCallInputBuilder()
-
-
Method Details
-
clusterUrl
-
snapshotId
-
tableNames
public SnapshotRestoreCallInput.SnapshotRestoreCallInputBuilder tableNames(@Nullable List<String> tableNames) -
source
-
decryptionProvider
public SnapshotRestoreCallInput.SnapshotRestoreCallInputBuilder decryptionProvider(@Nullable String decryptionProvider) -
build
-