Interface JoinBuilder


public interface JoinBuilder
Builder interface for creating Join instances. This is the initial builder in the join creation chain that requires an ID to be set before proceeding to the default result stage join builder.

JoinBuilder is typically used as part of the WorkflowDefinitionBuilder to create joins within a workflow definition. It follows a fluent builder pattern where the ID must be set first before other properties can be configured.

Since:
1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    id(JoinId joinId)
    Sets the ID for the join and returns a default result stage join builder for further configuration.
  • Method Details

    • id

      Sets the ID for the join and returns a default result stage join builder for further configuration.
      Parameters:
      joinId - the unique identifier for the join
      Returns:
      a DefaultResultStageJoinBuilder for configuring additional properties