Interface Workspace.DefinitionStages.WithReplication
- All Known Subinterfaces:
Workspace.Definition, Workspace.DefinitionStages.WithCreate
- Enclosing interface:
Workspace.DefinitionStages
public static interface Workspace.DefinitionStages.WithReplication
The stage of the Workspace definition allowing to specify replication.
-
Method Summary
Modifier and TypeMethodDescriptionwithReplication(WorkspaceReplicationProperties replication) Specifies the replication property: workspace replication properties..
-
Method Details
-
withReplication
Specifies the replication property: workspace replication properties..- Parameters:
replication- workspace replication properties.- Returns:
- the next definition stage.
-