Interface ForkBuilder
public interface ForkBuilder
Builder interface for creating Fork instances. This is the initial builder in the fork creation
chain that requires an ID to be set before proceeding to the results stage fork builder.
- Since:
- 1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionSets the ID for the fork and returns a results stage fork builder for further configuration.
-
Method Details
-
id
Sets the ID for the fork and returns a results stage fork builder for further configuration.- Parameters:
forkId- the unique identifier for the fork- Returns:
- a ResultsStageForkBuilder for configuring additional properties
-