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.
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