Interface SupportedProductConfig.Builder

    • Method Detail

      • name

        SupportedProductConfig.Builder name​(String name)

        The name of the product configuration.

        Parameters:
        name - The name of the product configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • args

        SupportedProductConfig.Builder args​(Collection<String> args)

        The list of user-supplied arguments.

        Parameters:
        args - The list of user-supplied arguments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • args

        SupportedProductConfig.Builder args​(String... args)

        The list of user-supplied arguments.

        Parameters:
        args - The list of user-supplied arguments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.