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) force(boolean force) snapshotId(UUID snapshotId) structureNames(List<String> structureNames) tableNames(List<String> tableNames)
-
Constructor Details
-
SnapshotRestoreCallInputBuilder
public SnapshotRestoreCallInputBuilder()
-
-
Method Details
-
clusterUrl
-
snapshotId
-
tableNames
public SnapshotRestoreCallInput.SnapshotRestoreCallInputBuilder tableNames(@Nullable List<String> tableNames) -
structureNames
public SnapshotRestoreCallInput.SnapshotRestoreCallInputBuilder structureNames(@Nullable List<String> structureNames) -
force
-
source
-
decryptionProvider
public SnapshotRestoreCallInput.SnapshotRestoreCallInputBuilder decryptionProvider(@Nullable String decryptionProvider) -
build
-