Interface WorkflowParameter.Builder

    • Method Detail

      • name

        WorkflowParameter.Builder name​(String name)

        The name of the workflow parameter to set.

        Parameters:
        name - The name of the workflow parameter to set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        WorkflowParameter.Builder value​(Collection<String> value)

        Sets the value for the named workflow parameter.

        Parameters:
        value - Sets the value for the named workflow parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        WorkflowParameter.Builder value​(String... value)

        Sets the value for the named workflow parameter.

        Parameters:
        value - Sets the value for the named workflow parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.