Interface InvalidLoopBoundaryFlowValidationDetails.Builder

    • Method Detail

      • connection

        InvalidLoopBoundaryFlowValidationDetails.Builder connection​(String connection)

        The name of the connection that violates loop boundary rules.

        Parameters:
        connection - The name of the connection that violates loop boundary rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • source

        InvalidLoopBoundaryFlowValidationDetails.Builder source​(String source)

        The source node of the connection that violates DoWhile loop boundary rules.

        Parameters:
        source - The source node of the connection that violates DoWhile loop boundary rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        InvalidLoopBoundaryFlowValidationDetails.Builder target​(String target)

        The target node of the connection that violates DoWhile loop boundary rules.

        Parameters:
        target - The target node of the connection that violates DoWhile loop boundary rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.