Interface LoopIncompatibleNodeTypeFlowValidationDetails.Builder

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

  • Method Details

    • node

      The Loop container node that contains an incompatible node.

      Parameters:
      node - The Loop container node that contains an incompatible node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • incompatibleNodeType

      LoopIncompatibleNodeTypeFlowValidationDetails.Builder incompatibleNodeType(String incompatibleNodeType)

      The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.

      Parameters:
      incompatibleNodeType - The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • incompatibleNodeType

      The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.

      Parameters:
      incompatibleNodeType - The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • incompatibleNodeName

      LoopIncompatibleNodeTypeFlowValidationDetails.Builder incompatibleNodeName(String incompatibleNodeName)

      The node that's incompatible in the DoWhile loop.

      Parameters:
      incompatibleNodeName - The node that's incompatible in the DoWhile loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.