Interface DuplicateConnectionsFlowValidationDetails.Builder

    • Method Detail

      • source

        DuplicateConnectionsFlowValidationDetails.Builder source​(String source)

        The name of the source node where the duplicate connection starts.

        Parameters:
        source - The name of the source node where the duplicate connection starts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        DuplicateConnectionsFlowValidationDetails.Builder target​(String target)

        The name of the target node where the duplicate connection ends.

        Parameters:
        target - The name of the target node where the duplicate connection ends.
        Returns:
        Returns a reference to this object so that method calls can be chained together.