Interface KxCommandLineArgument.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KxCommandLineArgument.Builder,KxCommandLineArgument>, SdkBuilder<KxCommandLineArgument.Builder,KxCommandLineArgument>, SdkPojo
Enclosing class:
KxCommandLineArgument

public static interface KxCommandLineArgument.Builder extends SdkPojo, CopyableBuilder<KxCommandLineArgument.Builder,KxCommandLineArgument>
  • Method Details

    • 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

      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.