Interface InvalidLoopBoundaryFlowValidationDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InvalidLoopBoundaryFlowValidationDetails.Builder,InvalidLoopBoundaryFlowValidationDetails>, SdkBuilder<InvalidLoopBoundaryFlowValidationDetails.Builder,InvalidLoopBoundaryFlowValidationDetails>, SdkPojo
Enclosing class:
InvalidLoopBoundaryFlowValidationDetails

@Mutable @NotThreadSafe public static interface InvalidLoopBoundaryFlowValidationDetails.Builder extends SdkPojo, CopyableBuilder<InvalidLoopBoundaryFlowValidationDetails.Builder,InvalidLoopBoundaryFlowValidationDetails>
  • Method Details

    • 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

      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

      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.