Interface FunctionParameter.Builder

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

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

    • name

      The name of the parameter.

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

      The data type of the parameter.

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

      The value of the parameter.

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