Interface CodeGenNodeArg.Builder

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

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

    • name

      The name of the argument or property.

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

      The value of the argument or property.

      Parameters:
      value - The value of the argument or property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • param

      True if the value is used as a parameter.

      Parameters:
      param - True if the value is used as a parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.