Interface KxCommandLineArgument.Builder

    • Method Detail

      • key

        KxCommandLineArgument.Builder key​(String key)

        The name of the key.

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

        KxCommandLineArgument.Builder value​(String value)

        The value of the key.

        Parameters:
        value - The value of the key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.