Interface ComponentParameter.Builder

    • Method Detail

      • name

        ComponentParameter.Builder name​(String name)

        The name of the component parameter to set.

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

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

        Sets the value for the named component parameter.

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

        ComponentParameter.Builder value​(String... value)

        Sets the value for the named component parameter.

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