Interface CategoricalParameter.Builder

    • Method Detail

      • name

        CategoricalParameter.Builder name​(String name)

        The Name of the environment variable.

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

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

        The list of values you can pass.

        Parameters:
        value - The list of values you can pass.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        CategoricalParameter.Builder value​(String... value)

        The list of values you can pass.

        Parameters:
        value - The list of values you can pass.
        Returns:
        Returns a reference to this object so that method calls can be chained together.